burnyd/mcp-server-cvp-demo
3.3
If you are the rightful owner of mcp-server-cvp-demo and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This document provides a structured summary of a Model Context Protocol (MCP) server, highlighting its features, tools, resources, and usage across different platforms.
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"
]
}
}
}