Unified AI Agent Platform — 276 skills, 9 MCP stacks, 223 MCP servers, 35 agent workflows
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"opencode-os": {
"command": "npx",
"args": [
"-y",
"marktantongco/opencode-os"
]
}
}
}
Run in terminal:
claude mcp add opencode-os npx -y marktantongco/opencode-os
Add to .cursor/mcp.json:
{
"mcpServers": {
"opencode-os": {
"command": "npx",
"args": [
"-y",
"marktantongco/opencode-os"
]
}
}
}