Stats
Actions
Tags
From apx
Provides MCP server capabilities via the apx command-line tool. Runs locally as a stdio subprocess. The specific service or API it connects to is not identifiable from the configuration.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"apx": {
"command": "apx",
"args": [
"mcp"
]
}
}
}Server configuration and connection parameters
apxCommand-line arguments passed to the server process
npx claudepluginhub alexxx-db/apx