mcp-server-cvp-demo
The MCP-Server-Demo showcases the capabilities of MCP and the Cloudvision portal. Users can set up an .env file and use specific commands to launch the server, allowing them to experience the functionalities of MCP. More detailed explanations are available on the author's blog.
GitHub Stars
10
User Rating
Not Rated
Forks
1
Issues
1
Views
1
Favorites
0
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"
]
}
}
}