folio-mcp

Give any LLM full context on my work.

Connect once, ask anything. This MCP server surfaces profile links, recent GitHub work, and repo detail in a format that is fast to scan and easy to use.

View on GitHub

What this is

Model Context Protocol (MCP) is an open standard that lets AI assistants connect to external tools and data sources in a consistent way. Instead of building a separate integration for every AI app, developers can create one MCP server that works across any MCP-compatible client.

Tools

Loaded from the Worker at /tools.

Loading tools…

Connect

Copy the exact setup for the client you use.

ChatGPT

  1. Look for Apps then Settings.
  2. Under the Apps section, turn on Developer mode.
  3. Name the server anything.
  4. Paste the server link: https://folio-mcp.aneesh382005.workers.dev/mcp.
  5. Select No auth (mine doesn't require any).
  6. Add tool.
https://folio-mcp.aneesh382005.workers.dev/mcp

Claude Desktop

  1. Edit claude_desktop_config.json, add under mcpServers: {"folio-mcp": {"type": "http", "url": "https://folio-mcp.aneesh382005.workers.dev/mcp"}}.
  2. Restart Claude Desktop.
{"folio-mcp": {"type": "http", "url": "https://folio-mcp.aneesh382005.workers.dev/mcp"}}

Claude.ai

  1. On the left sidebar, select Customize, and then Connectors and the plus sign '+' Add connector.
  2. Paste https://folio-mcp.aneesh382005.workers.dev/mcp.
  3. Name it folio-mcp.
  4. Save.
https://folio-mcp.aneesh382005.workers.dev/mcp

Cursor

  1. Go to Settings → MCP → Add server.
  2. Type: HTTP.
  3. URL: https://folio-mcp.aneesh382005.workers.dev/mcp.
  4. Save and reload window.
https://folio-mcp.aneesh382005.workers.dev/mcp

Windsurf

  1. Go to Windsurf Settings → Cascade → MCP Servers → Add.
  2. URL: https://folio-mcp.aneesh382005.workers.dev/mcp.
  3. Save.
https://folio-mcp.aneesh382005.workers.dev/mcp