agentic-mcp-server-and-client

sanogosy/agentic-mcp-server-and-client
★ 0 stars Java AI/LLM Updated 4d ago
An MCP server.
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": {
    "agentic-mcp-server-a": {
      "command": "npx",
      "args": [
        "-y",
        "sanogosy/agentic-mcp-server-and-client"
      ]
    }
  }
}