MCP.so
登录

Netwhisper Remote MCP Server

@pmesgari

关于 Netwhisper Remote MCP Server

暂无概览

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

pmesgari

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "netwhisper-mcp-server": {
      "command": "npx",
      "args": [
        "@modelcontextprotocol/inspector"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Netwhisper Remote MCP Server?

Netwhisper Remote MCP Server is a Cloudflare Workers–based implementation of the Model Context Protocol (MCP) that provides tools to interact with network devices remotely. It uses OAuth authentication and integrates with the MCP Inspector and Claude Desktop.

How to use Netwhisper Remote MCP Server?

Clone the repository, install dependencies with npm install, and start the server locally with npm start. Connect via the MCP Inspector using SSE transport at http://localhost:8787/sse or configure Claude Desktop with the mcp-remote command. For production, create a KV namespace, update wrangler.jsonc, and deploy with npm run deploy.

Key features of Netwhisper Remote MCP Server

  • MCP tools: get_facts, get_config, and add_static_route
  • OAuth-based authentication for secure access
  • Deployed on Cloudflare Workers for scalability
  • Uses Cloudflare KV for OAuth data storage
  • Implements Durable Objects for stateful interactions

Use cases of Netwhisper Remote MCP Server

  • Retrieve configuration details from network devices remotely
  • Manage device settings such as adding static routes
  • Integrate network device management into AI assistants via Claude Desktop
  • Test MCP tools locally using the MCP Inspector

FAQ from Netwhisper Remote MCP Server

What tools does Netwhisper Remote MCP Server provide?

It provides the MCP tools get_facts, get_config, and add_static_route for interacting with network devices.

How do I deploy Netwhisper Remote MCP Server to Cloudflare?

Create a KV namespace with npx wrangler@latest kv namespace create remote-mcp-server-oauth-kv, add its ID to wrangler.jsonc, then run npm run deploy.

How can I clear authentication issues?

Restart Claude Desktop or delete the ~/.mcp-auth directory to clear stored authentication data.

评论

其他 分类下的更多 MCP 服务器