portfolio-drift-mcp

odanree/portfolio-drift-mcp
★ 0 stars Python Code/Dev Tools Updated today
MCP server wrapping portfolio-drift-agent — lets LLM clients (Claude Desktop, Claude Code) audit a portfolio against GitHub conversationally. FastMCP + structured error envelope, 13 fully-mocked tests.
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": {
    "portfolio-drift-mcp": {
      "command": "uvx",
      "args": [
        "portfolio-drift-mcp"
      ]
    }
  }
}

Or install with pip: pip install portfolio-drift-mcp

README Excerpt

MCP server that wraps [`portfolio-drift-agent`](https://github.com/odanree/portfolio-drift-agent) — lets LLM clients (Claude Desktop, Claude Code, custom agents) audit a portfolio of projects against GitHub conversationally instead of round-tripping through a terminal. If you maintain a portfolio of projects (a resume, a profile site, an internal project tracker) the source records drift the moment the underlying repos evolve. `portfolio-drift-agent` audits that drift via CLI. This server expose

Tools (9)

ANTHROPIC_API_KEYBEACON_API_URLBEACON_JWTDRIFT_MODELDRIFT_STALE_DAYSGITHUB_TOKENapply_drift_patchesaudit_portfolio_driftaudit_single_project