MidOS - MCP Community Library for Grok
io.github.midosresearch/midos
Curated knowledge for AI agents — 19K chunks, 121 skills, semantic search via MCP
client:Grok
transport:stdio
runtime:pypi
Install MidOS - MCP Community Library in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"midos": {
"type": "stdio",
"command": "uvx",
"args": [
"midos-mcp"
],
"env": {
"MIDOS_API_KEY": "<MIDOS_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs