← Index

Fodda Knowledge Graphs

ai.fodda/mcp-server·v1.3.0·Memory & RAG
Quality Score
87
/100

Expert-curated knowledge graphs for AI agents — PSFK Retail, Beauty, Sports and more.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.fodda.ai/sse
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "fodda-mcp"
      ],
      "env": {
        "FODDA_API_KEY": "<your-fodda_api_key>",
        "FODDA_API_URL": "https://api.fodda.ai"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "fodda-mcp"
      ],
      "env": {
        "FODDA_API_KEY": "<your-fodda_api_key>",
        "FODDA_API_URL": "https://api.fodda.ai"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y fodda-mcp
§02  Environment variables
FODDA_API_KEY
requiredsecret

Your Fodda API key

FODDA_API_URL

Upstream Fodda API URL

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Memory & RAG