Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From elisym
Local MCP server launched via npx. No external service connections or API keys identified from configuration.
npx claudepluginhub elisymlabs/elisym --plugin elisymCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"elisym": {
"command": "npx",
"args": [
"-y",
"@elisym/mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.