mcp-server

arclops/mcp-server
★ 0 stars Go Memory/Knowledge Updated 1d ago
A Model Context Protocol server, implemented from the specification in Go with no dependencies: it finds shared solutions to Coding Challenges and the language they are written in. Verified against the official MCP SDK.
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": {
    "mcp-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/arclops/mcp-server@latest"
      ]
    }
  }
}