fieldguide-mcp-http

agenticledger/fieldguide-mcp-http
★ 0 stars TypeScript Security Updated 11d ago
Fieldguide MCP Server — exposed via Streamable HTTP (dual-mode auth)
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": {
    "fieldguide-mcp-http": {
      "command": "npx",
      "args": [
        "-y",
        "agenticledger/fieldguide-mcp-http"
      ]
    }
  }
}