Skip to content
Windsurf

mnki mcp for Windsurf

io.github.mnkiagentos/mnki-mcp

MCP proxy that checks every tools/call against Agent Trust policy, with evidence, before it runs.

client:Windsurf transport:stdio runtime:npm

Install mnki mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mnki-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mnki-mcp"
      ],
      "env": {
        "MNKI_API_KEY": "<MNKI_API_KEY>",
        "MNKI_URL": "<MNKI_URL>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mnki mcp in other clients