McpServer-stdio

RamakrishnaReddy0705/McpServer-stdio
★ 0 stars Java Other Updated today
Build an mcp server using the stdio transport type
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": {
    "mcpserver-stdio": {
      "command": "npx",
      "args": [
        "-y",
        "RamakrishnaReddy0705/McpServer-stdio"
      ]
    }
  }
}