mcp_info_server

cooperlees/mcp_info_server
★ 0 stars Rust Security Updated today
Public, unauthenticated MCP server exposing cooperlees.com's blog posts, pages, and resume
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_info_server": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp_info_server"
      ]
    }
  }
}