β¨π§ A MCP server built with FastMCP that interacts with Cisco RADKit services
Config is the same across clients β only the file and path differ.
{
"mcpServers": {
"radkit-mcp-server": {
"args": [
"/Users/ponchotitlan/Documents/radkit-mcp-server-community/mcp_server.py"
],
"command": "/Users/ponchotitlan/Documents/radkit-mcp-server-community/.venv/bin/python",
"description": "Cisco RADKit MCP Server - Community"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A stand-alone MCP server built with FastMCP that exposes key functionalities of the Cisco RADKit SDK as MCP tools. It is designed to be connected to any MCP client and LLM of your choice, enabling intelligent interaction with network devices through Cisco RADKit.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories β click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience β it helps other developers decide.
Sign in to write a review.
Others in devops
MCP server for using the GitLab API
Enhanced MCP server for GitLab: group projects listing and activity tracking
Yunxiao MCP Server provides AI assistants with the ability to interact with the Yunxiao platform. It provides a set of tools that interact with Yunxiao's API, allowing AI assistants to manage Codeup repository, Project, Pipeline, Packages etc.
MCP server for Komodo - manage Docker containers, servers, stacks, and deployments via AI
MCP Security Weekly
Get CVE alerts and security updates for Radkit Mcp Server Community and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Disclaimer: This MCP Server is not an official Cisco product. It was developed for experimentation and learning purposes.
This MCP server acts as a lightweight middleware layer between the Cisco RADKit service and an MCP-compatible client. It allows an LLM to inspect and interact with devices onboarded in the RADKit inventory, fetch device attributes, and execute CLI commands β all through structured MCP tools.
uv Python package managerPython dependencies (pinned in pyproject.toml):
| Package | Version |
|---|---|
cisco_radkit_client | 1.9.6 |
cisco_radkit_common | 1.9.6 |
cisco_radkit_service | 1.9.6 |
fastmcp | 2.13.1 |
| Tool | Description | Returns |
|---|---|---|
get_device_inventory_names() | Returns the names of all devices in the RADKit inventory. | str |
get_device_attributes(target_device) |