AI-native
AI that works with your stack
Every togo app is born agent-ready — a Claude Code plugin and a local + web MCP, so Claude can scaffold and drive it end to end.
✻ Claude Code — togo
> Build me a blog API with togo
✻ On it — scaffolding a togo app…
⏺ Bash(togo new blog)
⎿ ✓ scaffolded blog/
⏺ Bash(togo make:resource Post title:string body:text)
⏺ Bash(togo generate && togo migrate && togo serve)
⎿ → listening on :8080
✻ Your blog API is live — REST + GraphQL generated.
Claude Code plugin
Drive togo with Claude Code
togo's agents, slash commands, rules and hooks — with the MCP auto-connected. One command to install.
Slash commands
/togo:newScaffold a new app — Go API + React UI, one binary./togo:resourceGenerate a resource — model, queries, migration, GraphQL, REST, UI./togo:generateRun codegen: sqlc · gqlgen · atlas · OpenAPI./togo:serveRun the app — API + web, one process./togo:deployFast push-and-build deploy from togo.yaml./togo:doctorCheck the toolchain + the MCP.togo-backend
Go backend — ORM, REST/GraphQL, providers, plugins.
togo-frontend
React + TanStack UI, the kit, typed clients.
togo-db
Schema, migrations, sqlc/atlas, driver-agnostic DB.
togo-architect
Conventions, ownership classes, end-to-end design.
togo-devops
Deploy, CI, infra — ship it.
+10 more
QA, security, release, docs, data, UI & more.
Model Context Protocol
The togo MCP
Every app ships a local MCP (resources, generators, DB) and connects to the public web MCP — live framework docs + the marketplace.
Two servers, auto-wired
json
{
"mcpServers": {
"togo": { "command": "togo", "args": ["mcp:serve"] },
"togo-web": { "type": "http", "url": "https://mcp.to-go.dev/mcp" }
}
}togo = your app's local MCP · togo-web = live docs + marketplace at mcp.to-go.dev.
framework_overview
What togo is — stack, philosophy, quick start.
marketplace_search
Search plugins, agents and skills.
marketplace_get
Details + install command for any item.
search_docs
Search every togo repo's docs.
get_doc
Fetch a repo's full README / docs.
marketplace_install_hint
The exact togo install … command.