Windsurf Integration
Add OpenContext MCP to your Windsurf configuration.
Configuration
Open Windsurf Settings → MCP and add a new MCP server:
mcp.json
{
"mcpServers": {
"opencontext": {
"command": "npx",
"args": ["-y", "opencontext-mcp"]
}
}
}Steps
1
Open Windsurf Settings
Go to Settings → MCP in Windsurf.
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"