Cursor Integration

Add OpenContext MCP to your Cursor configuration.

Configuration

Open Cursor Settings → MCP and add a new MCP server:

mcp.json
{
  "mcpServers": {
    "opencontext": {
      "command": "npx",
      "args": ["-y", "opencontext-mcp"]
    }
  }
}

Steps

1

Open Cursor Settings

Go to Settings → MCP in Cursor.

2

Add MCP Server

Click "Add new MCP server" and paste the JSON configuration.

3

Enable the server

Toggle the OpenContext server to enabled.

Verify

After enabling, your agent can use OpenContext. Try asking:

example
"List all available context topics"
"Save our coding conventions under topic coding_rules"