Skip to content
Cursor

meok ai reflection mcp for Cursor

io.github.csoai-org/meok-ai-reflection-mcp

MEOK AI Labs - ai-reflection MCP server extracted from SOV3

client:Cursor transport:stdio runtime:pypi

Install meok ai reflection mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "meok-ai-reflection-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "meok-ai-reflection-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

meok ai reflection mcp in other clients