altronis mcp for Grok
io.github.sypherin/altronis-mcp
Ask the Altronis AI advisor: grant-matched AI plans, SG AI events, news, ecosystem data. Read-only.
client:Grok
transport:stdio
runtime:npm
Install altronis mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"altronis-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@altronis/altronis-mcp"
],
"env": {
"ALTRONIS_BASE_URL": "<ALTRONIS_BASE_URL>",
"ALTRONIS_TIMEOUT_MS": "<ALTRONIS_TIMEOUT_MS>"
}
}
}
}
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