Servers
C
Cisco Ise Mcp Server
@automateyournetwork
ISE MCP Server
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ise": {
"command": "python",
"args": [
"ise_mcp_server.py",
"--oneshot"
],
"env": {
"ISE_BASE": "https://devnetsandboxise.cisco.com",
"USERNAME": "readonly",
"PASSWORD": "ISEisC00L"
}
}
}
}