Skip to content
Cursor

context first mcp for Cursor

io.github.xjtlumedia/context-first-mcp

37-tool MCP server: context health, memory, reasoning, truthfulness & research pipeline.

client:Cursor transport:stdio runtime:npm

Install context first mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "context-first-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "context-first-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

context first mcp in other clients