acheron-mcp-server

timmx7/acheron-mcp-server
★ 3 stars TypeScript 🤖 AI/LLM Updated 29d ago
MCP server bridging context between Claude Chat, Code, and Cowork
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "acheron-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "timmx7/acheron-mcp-server"
      ]
    }
  }
}