Skip to main content
Glama

Cisco MCP Pods Server

by ruegreen
package.json966 B
{ "name": "cisco-mcp-pods", "version": "1.0.0", "description": "MCP Server for Cisco Pod Management Solutions", "type": "module", "main": "src/index.js", "scripts": { "start": "node src/index.js", "start:sse": "node src/server-sse.js", "start:http": "node src/server-http.js", "dev": "node --watch src/index.js", "dev:sse": "node --watch src/server-sse.js", "dev:http": "node --watch src/server-http.js", "test": "node test-server.js", "test:all": "node test-all-servers.js", "test:public": "node test-public-mcp.js", "test:client": "node test-mcp-client.js", "debug": "node debug-init.js" }, "keywords": [ "mcp", "mcp-server", "cisco", "pods" ], "author": "", "license": "MIT", "dependencies": { "@anthropic-ai/sdk": "^0.67.0", "@modelcontextprotocol/sdk": "^1.0.4", "cors": "^2.8.5", "dotenv": "^16.4.5", "express": "^4.18.2", "node-fetch": "^3.3.2" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ruegreen/CiscoMCPPods'

If you have feedback or need assistance with the MCP directory API, please join our Discord server