Skip to main content
Glama

Cisco Catalyst Center MCP Server

by martynrees

MCP Server for Cisco Catalyst Center APIs

This server implements the Model Context Protocol (MCP) for Cisco Catalyst Center APIs. It is designed to run exclusively as a Docker container.

Usage

  1. Build and run the Docker container:

docker build -t mcp-server . docker run -d -p 8000:8000 --env-file .env mcp-server
  1. The server will be available at http://<host>:8000 (replace <host> with your Docker host IP).

Endpoints

  • POST /mcp/tools: Get available tools in MCP format

  • POST /mcp/execute_tool/{tool_name}: Execute a specific tool with parameters

Environment Variables

See .env for configuration options. The server expects the API definition file at the path specified by SWAGGER_JSON_PATH.

Development

  • All development and testing should use a Python virtual environment (python -m venv venv).

  • The server is not intended to be run directly on the host.


Client scripts and instructions have been removed. This server is for containerized use only.

-
security - not tested
-
license - not tested
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

A server that wraps Cisco Catalyst Center APIs into tools accessible via the Model Context Protocol, allowing AI agents to discover and execute network management operations.

  1. Usage
    1. Endpoints
      1. Environment Variables
        1. Development

          Related MCP Servers

          • -
            security
            -
            license
            -
            quality
            A Model Context Protocol server that provides access to ACI.dev functions (tools) through either direct app-specific tools or a unified interface with dynamic tool discovery and execution based on user intent.
            Last updated -
            246
            MIT License
            • Apple
          • -
            security
            -
            license
            -
            quality
            A Model Context Protocol server that enables programmatic interaction with Cisco Identity Services Engine APIs through standardized, discoverable tools.
            Last updated -
            7
            Apache 2.0
            • Apple
            • Linux
          • -
            security
            -
            license
            -
            quality
            A Model Context Protocol server that provides AI models with structured access to external data and services, acting as a bridge between AI assistants and applications, databases, and APIs in a standardized, secure way.
            Last updated -
            2
          • A
            security
            -
            license
            A
            quality
            A Model Context Protocol server that provides AI assistants with access to Microsoft Teams, enabling interaction with teams, channels, chats, and organizational data through Microsoft Graph APIs.
            Last updated -
            19
            58
            21
            MIT License

          View all related MCP servers

          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/martynrees/mcp'

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