docs-mcp
VerifiedRemote server delivering Tandem documentation over streamable-http.
What is the docs-mcp MCP server?
docs-mcp serves as a dedicated documentation endpoint for the Tandem governed AI runtime. Connected clients can query curated content covering installation, SDK usage, workflow definitions, and configuration patterns without accessing live runtime controls.
Built exclusively for retrieval, the server keeps all responses within the bounds of static documentation. It supports streamable-http transport and is referenced directly from the Tandem project for agent integration.
Install & connect
Add this to your MCP client config. Pick your client below and copy.
{
"mcpServers": {
"docs-mcp": {
"url": "https://tandem.ac/mcp"
}
}
}Example prompts
Once connected, try asking your AI client:
Security & permissions
Remote streamable-http server requiring no API keys or secrets; it only serves public documentation and never accesses runtime state or credentials.
What you can do with docs-mcp
Onboarding new agents
Fetch official install steps and configuration examples to connect an agent to Tandem via MCP.
SDK reference lookup
Retrieve current SDK documentation and usage patterns for client development.
Workflow and approval guidance
Access workflow definitions and human-approval gate documentation for governed agent design.
How to use docs-mcp
- 1Add the remote MCP endpoint https://tandem.ac/docs-mcp to your client configuration.
- 2Select streamable-http as the transport in your MCP client settings.
- 3Restart or reload the client to establish the connection.
- 4Issue natural-language queries for Tandem documentation topics.
- 5Review returned excerpts and cite them in agent prompts or code.
docs-mcp: pros & cons
Pros
- +Provides authoritative, up-to-date Tandem documentation directly to AI clients
- +Zero runtime permissions or secrets required
- +Lightweight and focused solely on retrieval
- +Easy integration via standard streamable-http transport
Cons
- –Contains no executable tools or live data access
- –Limited to whatever documentation has been published
- –No support for custom or private document sets
Frequently asked questions
No. The server is strictly limited to documentation retrieval.
User reviews
Verified reviews from the community shape this listing's rating.
Loading reviews…