Skip to content
Cursor

MidOS - MCP Community Library for Cursor

io.github.midosresearch/midos

Curated knowledge for AI agents — 19K chunks, 121 skills, semantic search via MCP

client:Cursor transport:stdio runtime:pypi

Install MidOS - MCP Community Library in Cursor

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

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

{
  "mcpServers": {
    "midos": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "midos-mcp"
      ],
      "env": {
        "MIDOS_API_KEY": "<MIDOS_API_KEY>"
      }
    }
  }
}

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

MidOS - MCP Community Library in other clients