Meraki Dashboard API
Provides a Model Context Protocol server generated from the Meraki Dashboard OpenAPI specification.
关于
This project offers an auto-generated Model Context Protocol (MCP) server derived directly from the Cisco Meraki Dashboard OpenAPI specification, utilizing AG2's MCP builder. It simplifies interactions with the Meraki Dashboard API by providing a structured, protocol-based interface. The server supports various transport modes like stdio, SSE, and streamable-http, and is highly configurable through environment variables, enabling flexible deployment and integration into diverse application environments.
主要功能
- Utilizes pre-commit hooks and Hatch for streamlined development and publishing workflows
- Integrates development tools for linting, static analysis, and testing (ruff, mypy, pytest)
- Auto-generated from the official Meraki Dashboard OpenAPI specification
- 0 GitHub stars
- Supports multiple transport modes (stdio, SSE, streamable-http)
- Configurable via environment variables for flexible deployment
使用案例
- Building applications that programmatically interface with the Meraki Dashboard API
- Automating network management and monitoring tasks for Meraki devices
- Developing and testing integrations based on the Meraki Dashboard OpenAPI specification