hitakaha/mcp-server-nso
3.1
If you are the rightful owner of mcp-server-nso 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.
The Model Context Protocol (MCP) server for NSO is designed to facilitate seamless communication and integration between network services and applications using the MCP framework.
MCP server for NSO
- Python and uv are required prior to the installation.
- runcli package is required, download from following and re-compile if necessary. https://github.com/hitakaha/runcli
1. Install Claude
Install Claude from following.
2. Setup python
uv init nso
cd nso
uv venv
.venv\Scripts\activate
uv add mcs[cli] httpx
Then, copy server.py to the directory.
3. Add MCP to Claude
Add following to Claude.
{
"mcpServers": {
"nso": {
"command": "uv",
"args": [
"--directory",
"C:\\Users\\username\\mcp\\nso",
"run",
"server.py"
]
}
}
}