nexusfeed abc for Grok
io.github.nexusfeed/nexusfeed-abc
US liquor license compliance records (CA, TX, NY, FL, IL) with verifiable provenance.
client:Grok
transport:stdio
runtime:pypi
Install nexusfeed abc in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"nexusfeed-abc": {
"type": "stdio",
"command": "uvx",
"args": [
"nexusfeed-mcp"
],
"env": {
"MCP_API_BASE_URL": "<MCP_API_BASE_URL>",
"MCP_API_KEY": "<MCP_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