claudia-mcp-server

Jo51yon/claudia-mcp-server
★ 0 stars TypeScript Code/Dev Tools Updated today
Config-driven MCP server core, extracted from the real, duplicated petgi-mcp/lintel-mcp Supabase Edge Functions. Compiles to a standalone Linux binary (deno compile), ships as a real, tested .deb package with a systemd unit.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claudia-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "Jo51yon/claudia-mcp-server"
      ]
    }
  }
}