Skip to main content
Glama

Cisco RADKit MCP Server

by anvikasa
setup.shโ€ข430 B
#!/usr/bin/env bash set -e echo "๐Ÿ”ง Setting up virtual environment for Cisco RADKit MCP Server and tools ..." # Create venv if it doesnโ€™t exist if [ ! -d ".venv" ]; then python3 -m venv .venv fi # Activate source .venv/bin/activate # Upgrade pip and install deps pip install --upgrade pip pip install -r requirements.txt echo "โœ… Setup complete!" clear # Running of the onboarding utility python radkit_onboarding.py

Latest Blog Posts

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/anvikasa/mcpradkit'

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