Turn Claude, ChatGPT, and any LLM into a safe, bloat-free Autonomous Coding Agent with semantic navigation and worktree sandboxing.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-agentic-server": {
"command": "npx",
"args": [
"-y",
"hugolsramos01-bit/mcp-agentic-server"
]
}
}
}
Run in terminal:
claude mcp add mcp-agentic-server npx -y hugolsramos01-bit/mcp-agentic-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-agentic-server": {
"command": "npx",
"args": [
"-y",
"hugolsramos01-bit/mcp-agentic-server"
]
}
}
}