folio.mcp

Aneesh-382005/folio.mcp
★ 0 stars TypeScript AI/LLM Updated 8d ago
A Cloudflare Workers MCP server that exposes my GitHub activity as tools for LLMs.
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": {
    "folio.mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Aneesh-382005/folio.mcp"
      ]
    }
  }
}

README Excerpt

Cloudflare Worker MCP server for portfolio, GitHub context, and the frontend site. - `get_profile` returns basic portfolio/contact links. - `get_recent_work` returns recent public GitHub work from the last 12 months. - `get_repo_detail` returns a selected repo in summary, standard, or deep mode. - `send_message` sends a short contact email to Aneesh(with the current config) through Resend with IP rate limiting.

Tools (1)

CLOUDFLARE_API_TOKEN

Topics

cloudflare-workersmcp-server