M
Selector AI

Selector AI

mcp server

Description

Selector-MCP-Server provides a bridge between AI assistants and Cisco's Selector AI platform, enabling natural language interaction with Selector's capabilities through a standardized interface. The implementation consists of a server component (mcp_server.py) that handles JSON-RPC style requests and communicates with the Selector API, and a client component (mcp_client.py) that provides an interactive CLI for testing. The server authenticates with Selector using API keys configured through environment variables, processes incoming requests asynchronously, and returns formatted responses. This implementation is particularly valuable for users who want to leverage Selector's AI capabilities directly from their preferred AI assistant without switching contexts.

Server Details

Added

April 21, 2025