Stats
Actions
Tags
From axme-code
Local stdio MCP server run as a subprocess via the 'axme-code serve' command. Capabilities provided by axme-code tool not specified in configuration. No secrets required.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"axme": {
"command": "axme-code",
"args": [
"serve"
]
}
}
}Server configuration and connection parameters
axme-codeCommand-line arguments passed to the server process
npx claudepluginhub axmeai/axme-code