Working with Other Agents
trame is built on the Model Context Protocol (MCP) and works with any MCP-compatible agent.
Connect your agent
Point your MCP client at the trame server. The standard configuration looks like this:
{
"mcpServers": {
"trame": {
"url": "https://trame.sh/mcp",
"transport": "http"
}
}
}The exact format depends on your agent. Refer to your client's documentation for how to add a remote MCP server.
Authentication
trame uses OAuth 2.1 with PKCE. Most MCP-compatible clients handle this automatically on first connection. You'll be redirected to sign in via the trame web app, then sent back to your agent.
What works everywhere
All trame MCP tools are available to any connected agent. You can create projects, write feature specs, manage implementation plans, and submit work artifacts from any client that supports MCP.