altronis-mcp
About
Ask the Altronis AI advisor: grant-matched AI plans, SG AI events, news, ecosystem data. Read-only.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
ALTRONIS_BASE_URL ALTRONIS_TIMEOUT_MSClaude Code
claude mcp add --env ALTRONIS_BASE_URL= --env ALTRONIS_TIMEOUT_MS= altronis-mcp -- npx @altronis/altronis-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"altronis-mcp","command":"npx","args":["@altronis/altronis-mcp"],"env":{"ALTRONIS_BASE_URL":"","ALTRONIS_TIMEOUT_MS":""}}'
JSON
{
"mcpServers": {
"altronis-mcp": {
"command": "npx",
"args": [
"@altronis/altronis-mcp"
],
"env": {
"ALTRONIS_BASE_URL": "",
"ALTRONIS_TIMEOUT_MS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.