Open-source control plane for your AI agents. Connect tools, hire agents, track every token and dollar
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"studio": {
"command": "npx",
"args": [
"-y",
"decocms/studio"
]
}
}
}
Run in terminal:
claude mcp add studio npx -y decocms/studio
Add to .cursor/mcp.json:
{
"mcpServers": {
"studio": {
"command": "npx",
"args": [
"-y",
"decocms/studio"
]
}
}
}