Conceptio Search for Grok
io.github.0x923041-dotcom/conceptio-search
Search 1M+ open-access papers, standards, and case law from an AI agent.
client:Grok
transport:stdio
runtime:pypi
Install Conceptio Search in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"conceptio-search": {
"type": "stdio",
"command": "uvx",
"args": [
"conceptio-search"
],
"env": {
"CONCEPTIO_API_KEY": "<CONCEPTIO_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