Elysia-mcp

keithagroves/Elysia-mcp
★ 22 stars TypeScript 🧠 Memory/Knowledge Updated 4mo ago
Model Context Protocol (MCP) Server for Bun and Elysia
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "elysia-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "keithagroves/Elysia-mcp"
      ]
    }
  }
}