Philidor Docs
MCP Server

MCP Quickstart

Connect to Philidor from Claude Desktop, Claude Code, Cursor, and Windsurf.

Claude Code

claude mcp add philidor --transport http https://mcp.philidor.io

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "philidor": {
      "url": "https://mcp.philidor.io"
    }
  }
}

Restart Claude Desktop after saving.

Cursor

Add to your MCP settings (.cursor/mcp.json):

{
  "mcpServers": {
    "philidor": {
      "url": "https://mcp.philidor.io"
    }
  }
}

Windsurf

Add to your MCP configuration:

{
  "mcpServers": {
    "philidor": {
      "url": "https://mcp.philidor.io"
    }
  }
}

First Interaction

Once connected, try these prompts:

  • "What are the safest USDC vaults on Ethereum?"
  • "Compare the Gauntlet and Steakhouse USDC vaults on Morpho"
  • "What's the risk breakdown for vault 0x8eB67A509616cd6A7c1B3c8C21D48FF57df3d458 on Ethereum?"
  • "Give me a market overview of DeFi vault risk"

Local Development

For testing with the stdio transport:

cd apps/mcp
PHILIDOR_API_URL=https://api.philidor.io pnpm dev:stdio

With MCP Inspector:

PHILIDOR_API_URL=https://api.philidor.io npx @modelcontextprotocol/inspector tsx src/stdio.ts

On this page

Raw