Agent-Context-MCP-Server

Arunavo-ProjectIdea/Agent-Context-MCP-Server
★ 1 stars Python AI/LLM Updated 3d ago
A portable, tool-agnostic memory and code structure graph for agentic AI coding tools (OpenCode, Antigravity, Claude Code, etc.).
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent-context-mcp-se": {
      "command": "uvx",
      "args": [
        "agent-context-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install agent-context-mcp-server