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
{
"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