Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From axme-code
Local stdio MCP server (axme) running Node.js server.mjs as subprocess. Purpose and capabilities unclear from key, command, or config alone; no secrets required.
npx claudepluginhub axmeai/axme-codeCopy 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
Share bugs, ideas, or general feedback.