togo-framework/mcp-web

mcp-web

Public MCP server for togo — docs, plugins, and plugin submission for agents (mcp.to-go.dev).

Live at https://mcp.to-go.dev/mcp (Streamable HTTP). Add it to an MCP client:

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

Tools

Tool
Purpose
framework_overviewWhat togo is, the stack, quick start
list_pluginsThe plugin marketplace (optional category filter)
get_pluginA plugin’s details + README
search_docsSearch repos/docs by keyword
get_docA repo’s full README as Markdown
submit_pluginPrefilled GitHub issue to add a plugin
Rows per page
1–6 of 6
Page 1 of 1

Develop

bash
npm install
npm run build:catalog   # snapshot togo-framework repos → data/catalog.json (needs gh)
npm start               # serves :8080 (POST /mcp)

Served by a container on the togo box behind Nginx Proxy Manager; auto-deploys on push (.github/workflows/deploy.yml).

License

MIT