streamable-httpMITupdated 2mo ago
Connect your LLM to Aigist — publish and manage shareable HTML/Markdown pages (with access control and Figma-style comments) directly from Claude, Cursor, or any MCP client.
What can you do with Aigist?
Aigist MCP
Connect your LLM to Aigist — publish and manage shareable HTML/Markdown pages (with access control and Figma-style comments) directly from Claude, Cursor, or any MCP client.
It's a hosted, remote MCP server — you connect by URL, nothing to run or self-host. Sign in with GitHub or Google on first use (OAuth).
- Server URL:
https://ai-gist.com/mcp(Streamable HTTP) - Auth: OAuth (GitHub / Google) — handled by your client on first use
Tools
| Tool | Description |
|---|---|
publish |
Publish an HTML/Markdown page and get a shareable URL |
list_pages |
List your published pages |
get_page |
Retrieve the source of one of your pages |
update_page |
Update one of your pages in place (same URL) |
delete_page |
Delete one of your pages |
Install
Claude Code (CLI)
claude mcp add --transport http aigist https://ai-gist.com/mcp
Claude Desktop — Custom Connector (Pro / Max / Team / Enterprise)
Settings → Connectors → Add custom connector → URL: https://ai-gist.com/mcp → Add.
A browser opens to sign in. Done.
Claude Desktop — double-click bundle (works on any plan, incl. Free)
Custom Connectors are gated to paid plans; the bundle isn't (it's a local
extension). Download aigist.mcpb, double-click it,
and confirm the install in Claude Desktop (it will note the publisher is
unverified — expected for a self-distributed bundle). Sign in on first use.
The bundle wraps
mcp-remoteand ships its dependencies, so it runs on Claude Desktop's built-in Node — no system Node required.
Cursor
Add to your MCP config (~/.cursor/mcp.json or project .cursor/mcp.json):
{
"mcpServers": {
"aigist": { "url": "https://ai-gist.com/mcp" }
}
}
Any other client (generic bridge)
If your client only speaks stdio MCP, use the mcp-remote bridge:
{
"mcpServers": {
"aigist": { "command": "npx", "args": ["-y", "mcp-remote", "https://ai-gist.com/mcp"] }
}
}
Rebuild the bundle
The committed aigist.mcpb is prebuilt. To rebuild (e.g. after bumping the
version or changing the URL in bundle/manifest.json):
bundle/build.sh
MCP Registry
server.json describes this remote server for the
MCP Registry. Before
publishing: set repository.url to this repo, verify the com.ai-gist
namespace (DNS TXT on ai-gist.com), then publish with the mcp-publisher
CLI. Validate against the current schema first — the registry format evolves.
License
MIT — see LICENSE.
Install
Add Aigist to your client. Pick the one you use.
claude mcp add --transport http aigist https://ai-gist.com/mcpcodex mcp add aigist --url https://ai-gist.com/mcp{
"mcpServers": {
"aigist": {
"url": "https://ai-gist.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"aigist": {
"type": "http",
"url": "https://ai-gist.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"aigist": {
"url": "https://ai-gist.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"aigist": {
"serverUrl": "https://ai-gist.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
4 tools
Aigist exposes 4 tools to a connected agent.
- list_pages
- List your published pages
- get_page
- Retrieve the source of one of your pages
- update_page
- Update one of your pages in place (same URL)
- delete_page
- Delete one of your pages
Score
69 / 100
Good
- Documentation22/25
- Maintenance16/25
- Trust13/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 54 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 4 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jul 8, 2026 |