Skip to content
Windsurf

getMe MCP Server for Windsurf

io.github.aatirnadim/getme-mcp-server

An MCP server that exposes getMe key-value operations as MCP tools

client:Windsurf transport:stdio runtime:pypi

Install getMe MCP Server 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": {
    "getme-mcp-server": {
      "command": "uvx",
      "args": [
        "getme-mcp-server"
      ],
      "env": {
        "GETME_SOCKET_PATH": "<GETME_SOCKET_PATH>",
        "GETME_READ_ONLY": "<GETME_READ_ONLY>",
        "GETME_ALLOW_CLEAR": "<GETME_ALLOW_CLEAR>",
        "GETME_KEY_PREFIX": "<GETME_KEY_PREFIX>"
      }
    }
  }
}

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

getMe MCP Server in other clients