Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From relay
Local stdio MCP server running TypeScript with Bun (bun run src/main.ts). Key 'relay' suggests proxying or message relaying; purpose unclear from config.
npx claudepluginhub innestic/claude-relay --plugin relayCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"relay": {
"command": "bun",
"args": [
"run",
"${CLAUDE_PLUGIN_ROOT}/src/main.ts"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
bunCommand-line arguments passed to the server process