{
  "markdown": "# Aigist MCP\n\nConnect your LLM to **[Aigist](https://ai-gist.com)** — publish and manage\nshareable HTML/Markdown pages (with access control and Figma-style comments)\ndirectly from Claude, Cursor, or any MCP client.\n\nIt's a **hosted, remote MCP server** — you connect by URL, nothing to run or\nself-host. Sign in with GitHub or Google on first use (OAuth).\n\n- **Server URL:** `https://ai-gist.com/mcp` (Streamable HTTP)\n- **Auth:** OAuth (GitHub / Google) — handled by your client on first use\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `publish` | Publish an HTML/Markdown page and get a shareable URL |\n| `list_pages` | List your published pages |\n| `get_page` | Retrieve the source of one of your pages |\n| `update_page` | Update one of your pages in place (same URL) |\n| `delete_page` | Delete one of your pages |\n\n## Install\n\n### Claude Code (CLI)\n```bash\nclaude mcp add --transport http aigist https://ai-gist.com/mcp\n```\n\n### Claude Desktop — Custom Connector *(Pro / Max / Team / Enterprise)*\nSettings → **Connectors** → **Add custom connector** → URL: `https://ai-gist.com/mcp` → Add.\nA browser opens to sign in. Done.\n\n### Claude Desktop — double-click bundle *(works on any plan, incl. Free)*\nCustom Connectors are gated to paid plans; the bundle isn't (it's a local\nextension). Download **[`aigist.mcpb`](./aigist.mcpb)**, **double-click** it,\nand confirm the install in Claude Desktop (it will note the publisher is\nunverified — expected for a self-distributed bundle). Sign in on first use.\n\n> The bundle wraps [`mcp-remote`](https://www.npmjs.com/package/mcp-remote) and\n> ships its dependencies, so it runs on Claude Desktop's built-in Node — no\n> system Node required.\n\n### Cursor\nAdd to your MCP config (`~/.cursor/mcp.json` or project `.cursor/mcp.json`):\n```json\n{\n  \"mcpServers\": {\n    \"aigist\": { \"url\": \"https://ai-gist.com/mcp\" }\n  }\n}\n```\n\n### Any other client (generic bridge)\nIf your client only speaks stdio MCP, use the `mcp-remote` bridge:\n```json\n{\n  \"mcpServers\": {\n    \"aigist\": { \"command\": \"npx\", \"args\": [\"-y\", \"mcp-remote\", \"https://ai-gist.com/mcp\"] }\n  }\n}\n```\n\n## Rebuild the bundle\n\nThe committed `aigist.mcpb` is prebuilt. To rebuild (e.g. after bumping the\nversion or changing the URL in `bundle/manifest.json`):\n```bash\nbundle/build.sh\n```\n\n## MCP Registry\n\n`server.json` describes this remote server for the\n[MCP Registry](https://github.com/modelcontextprotocol/registry). Before\npublishing: set `repository.url` to this repo, verify the `com.ai-gist`\nnamespace (DNS TXT on `ai-gist.com`), then publish with the `mcp-publisher`\nCLI. Validate against the current schema first — the registry format evolves.\n\n## License\n\nMIT — see [LICENSE](./LICENSE).\n",
  "bytes": 2712,
  "sha": "593a60a29d39f7e5b15b71509dc27868f2b47abf4ab2ba07d766cb0e06ab2cc7",
  "repo_slug": "marshallino16/aigist-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_ai_gist_aigist_ee7cf788/readme"
}