contextium-mcp-server

contextium-io/contextium-mcp-server
★ 0 stars Dockerfile AI/LLM Updated 3d ago
MCP server for Contextium — pipe team SOPs, coding standards, and AI context directly into Claude, Cursor, and other AI assistants
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": {
    "contextium-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "contextium-io/contextium-mcp-server"
      ]
    }
  }
}