★ 236 stars
TypeScript
🤖 AI/LLM
Updated 1mo ago
Your own Claude Code UI, sandbox, in-browser VS Code, terminal, multi-provider support (Anthropic, OpenAI, GitHub Copilot, OpenRouter), custom skills, and MCP servers.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"agentrove": {
"command": "npx",
"args": [
"-y",
"Mng-dev-ai/agentrove"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add agentrove npx -y Mng-dev-ai/agentrove
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"agentrove": {
"command": "npx",
"args": [
"-y",
"Mng-dev-ai/agentrove"
]
}
}
}
📋 Copy
Topics
agent anthropic claude claude-code code-execution fastapi llm python react sandbox typescript