kaneo for Windsurf
io.github.usekaneo/kaneo
Official MCP server for Kaneo: manage tasks, projects, and labels from Claude and other MCP clients
client:Windsurf
transport:stdio
runtime:npm
Install kaneo in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"kaneo": {
"command": "npx",
"args": [
"-y",
"@kaneo/mcp"
],
"env": {
"KANEO_API_URL": "<KANEO_API_URL>",
"KANEO_API_KEY": "<KANEO_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs