← Index

Factsets MCP Server

io.github.joshua-auchincloss/factsets·v0.2.0·Memory & RAG
Quality Score
78
/100

An MCP server that provides a local, persistent, self-maintaining knowledge base for AI agents

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "factsets": {
      "command": "npx",
      "args": [
        "-y",
        "factsets"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "factsets": {
      "command": "npx",
      "args": [
        "-y",
        "factsets"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y factsets
§03  MCP Quality Score  ·  methodology
freshness
18
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Memory & RAG