Model Context Protocol

Connect agents to togo

A public MCP server so Claude — and any MCP client — can explore the framework, browse plugins, and submit new ones, live.

Endpoint
code
https://mcp.to-go.dev/mcp

Streamable HTTP transport (stateless) — POST JSON-RPC to the endpoint.

Add to your client
json
{
  "mcpServers": {
    "togo": { "type": "http", "url": "https://mcp.to-go.dev/mcp" }
  }
}

Drop into your Claude Desktop / Code mcp config — the togo tools appear instantly.

Six tools

Everything an agent needs to understand and extend togo.

framework_overview

What togo is — the stack, philosophy, and quick start.

list_plugins

Browse the plugin marketplace, optionally filtered by category.

get_plugin

Details + install command for a specific plugin.

search_docs

Search across every togo-framework repo's documentation.

get_doc

Fetch a repo's full README / docs.

submit_plugin

Propose a new plugin — opens a prefilled GitHub issue.