MCP Server
MCP
Nexatron
Ask your enterprise data in plain English. Governed analytics over MCP, from dotSolved.
Install
uvx nexatron-mcp
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://api.nexatron.io/api/v1/mcp"
},
{
"type": "sse",
"url": "https://api.nexatron.io/api/v1/mcp/stream"
}
],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "nexatron-mcp",
"version": "1.0.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Nexatron API key starting with `nxa_`. Mint in the Nexatron app under Settings -> API Keys.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "NEXATRON_API_KEY"
},
{
"description": "Nexatron API base URL. Defaults to https://api.nexatron.io/api/v1. Override for self-hosted or staging environments.",
"format": "string",
"default": "https://api.nexatron.io/api/v1",
"name": "NEXATRON_URL"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
sse
pypi
By
Comments
Sign in to leave a comment