{
  "markdown": "# Martini MCP\n\nOfficial client integration and distribution repo for Martini's hosted Model Context Protocol server.\n\nMartini is an AI video production tool for filmmakers. The MCP server lets compatible AI assistants browse and create Martini projects, scenes, subjects, assets, bins, uploads, and generation jobs.\n\n## Server\n\n```text\nhttps://www.martini.film/mcp\n```\n\nAuthentication is handled by Martini's OAuth flow. This repository does not include local binaries, API keys, or secrets.\n\n## Install\n\n### Gemini CLI\n\n```bash\ngemini extensions install https://github.com/Martini-Film/mcp --auto-update\n```\n\nRestart Gemini CLI, then verify the connection:\n\n```text\n/mcp\n```\n\nYou should see a `martini` MCP server.\n\n### Claude\n\nIn Claude, add Martini as a custom connector with this server URL:\n\n```text\nhttps://www.martini.film/mcp\n```\n\n### Claude Code\n\n```bash\nclaude mcp add --transport http martini https://www.martini.film/mcp\n```\n\n### Generic MCP Clients\n\nUse a remote HTTP MCP server named `martini`:\n\n```json\n{\n  \"mcpServers\": {\n    \"martini\": {\n      \"type\": \"http\",\n      \"url\": \"https://www.martini.film/mcp\"\n    }\n  }\n}\n```\n\nSome clients use `httpUrl` instead of `url`:\n\n```json\n{\n  \"mcpServers\": {\n    \"martini\": {\n      \"httpUrl\": \"https://www.martini.film/mcp\"\n    }\n  }\n}\n```\n\n## Gemini CLI Commands\n\nThis extension includes prompt-wrapper commands:\n\n- `/martini:connect`\n- `/martini:overview`\n- `/martini:generate-plan`\n- `/martini:upload-check`\n- `/martini:project`\n\n## Uninstall\n\n```bash\ngemini extensions uninstall mcp\n```\n\n## Docs\n\n- [Client setup](docs/clients.md)\n- [Gemini CLI extension](docs/gemini-cli.md)\n- [OAuth and authentication](docs/oauth.md)\n- [Tool safety](docs/tool-safety.md)\n- [Where this repo can be used](docs/listing-uses.md)\n- [Release checklist](docs/release-checklist.md)\n- [Risk mitigation](docs/risk-mitigation.md)\n\n## Example Prompts\n\n```text\nList my Martini projects.\n```\n\n```text\nOpen my latest Martini project and summarize its scenes and assets.\n```\n\n```text\nCreate a new Martini project for a 30-second product film about a ceramic coffee dripper.\n```\n\n```text\nIn my current Martini project, create a scene breakdown for a moody tabletop coffee commercial.\n```\n\n## Security Notes\n\n- Review tool approval prompts before allowing write, upload, or generation actions.\n- Do not paste Martini access tokens into chat.\n- Treat signed asset URLs as sensitive while they are active.\n- Use disposable projects when testing new automated workflows.\n\n## Support\n\nEmail support@martini.film.\n",
  "bytes": 2534,
  "sha": "7b36f7bf62ee59883af8d1968f19332b3661db93844e2fef7a40a6604fca800b",
  "repo_slug": "martini-film/mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_film_martini_mcp_e3f647f6/readme"
}