Skip to content
Grok

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)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

altronis mcp in other clients