Mc Agent
Freeby MCP Community
AI coding agent — self-hosted, runs on your own model (Ollama). With MCP server, knowledge base, and cross-project intelligence.
v1.4.2Added Apr 12, 2026
aiagentcodingollamamcp
Mc Agent MCP Server
AI coding agent — self-hosted, runs on your own model (Ollama). With MCP server, knowledge base, and cross-project intelligence.
Installation
Reviews
Installation
Quick install
npx -y mc-agent
Add to claude_desktop_config.json
{
"mcpServers": {
"mc-agent": {
"command": "npx",
"args": ["-y", "mc-agent"]
}
}
}