Stats
Actions
Tags
From axon
Remote MCP server that connects to a Cortex service over HTTP, exposing its API as tools and resources for Claude. Requires a configured server URL.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"axon": {
"type": "http",
"url": "${user_config.server_url}/mcp"
}
}
}Server configuration and connection parameters
${user_config.server_url}/mcpFirst indexed May 4, 2026
First indexed May 4, 2026
npx claudepluginhub jmagar/dendrite --plugin axon