Fire in da houseTop Tip:Paying $100+ per month for Perplexity, MidJourney, Runway, ChatGPT and other tools is crazy - get all your AI tools in one site starting at $15 per month with Galaxy AI Fire in da houseCheck it out free

mcp-server-cvp-demo

MCP.Pizza Chef: burnyd

The mcp-server-cvp-demo is a demonstration MCP server showcasing integration capabilities with the Cloudvision portal. It requires secure token authentication via environment variables and can be run with MCP clients like Claude desktop. This server exemplifies how MCP can connect real-time context from network management platforms into LLM workflows, enabling enhanced automation and interaction.

Use This MCP server To

Integrate Cloudvision portal data into LLM workflows Demonstrate secure token-based MCP server authentication Run MCP server demos for network management context Test MCP client-server interaction with Cloudvision data Prototype network automation using MCP and Cloudvision

README

MCP-Server-Demo

This is a quick demo of what is possible within MCP and Cloudvision portal. This can be further found on my blog if interested at danielhertzberg.net

To make this run

Please add a .env file like the following.

CVPTOKEN="Somesupersecuretoken"
CVP="www.arista.io"

Afterwards please add it to Claude desktop for example.

{
  "mcpServers": {
    "CVP MCP Server": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "fastmcp",
        "fastmcp",
        "run",
        "/mcp-server-cvp-demo/secondmcpserver.py"
      ]
    }
  }
}

mcp-server-cvp-demo FAQ

How do I configure authentication for the mcp-server-cvp-demo?
You must create a .env file with CVPTOKEN and CVP variables for secure token authentication.
Can I run this MCP server with different MCP clients?
Yes, it can be integrated with clients like Claude desktop by specifying the server command and arguments.
What is required to start the mcp-server-cvp-demo?
You need to set environment variables for the Cloudvision token and endpoint, then run the server script as shown.
Is this MCP server suitable for production use?
This is a demo server intended for showcasing MCP integration concepts, not for production deployment.
Where can I find more information about this MCP server?
Additional details and examples are available on the developer's blog at danielhertzberg.net.
Does this server support multiple LLM providers?
While the demo mentions Claude desktop, MCP supports providers like OpenAI, Claude, and Gemini for flexible integration.