mcp

commontrace/mcp
★ 0 stars Python AI/LLM Updated today
CommonTrace MCP server — Model Context Protocol adapter for AI agents
View on GitHub → Try with Claude — $10 free →

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": {
      "command": "uvx",
      "args": [
        "mcp"
      ]
    }
  }
}

Or install with pip: pip install mcp

README Excerpt

Model Context Protocol server for [CommonTrace](https://github.com/commontrace/server) — connects AI coding agents to the shared knowledge base. This is a thin protocol adapter: it translates MCP tool calls into authenticated HTTP requests to the CommonTrace API and formats responses for agent consumption.

Tools (12)

API_BASE_URLCOMMONTRACE_API_KEYMCP_HOSTMCP_PORTMCP_TRANSPORTREAD_TIMEOUTWRITE_TIMEOUTcontribute_traceget_tracelist_tagssearch_tracesvote_trace

Topics

agentsaifastmcpmcpmodel-context-protocolpython