mcp-server-cvp-demo
このMCP-Server-Demoは、MCPとCloudvisionポータルの機能を示すためのデモです。ユーザーは.envファイルを設定し、特定のコマンドを使用してサーバーを起動することで、MCPの機能を体験できます。ブログでの詳細な説明も提供されています。
GitHubスター
10
ユーザー評価
未評価
フォーク
1
イシュー
1
閲覧数
0
お気に入り
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"
]
}
}
}