Local community server from pinned source
Local stdio · local
- Package / runtime
nodemaven-mcp- Authentication
- NODEMAVEN_API_KEY for account metadata; NODEMAVEN_PROXY_USERNAME and NODEMAVEN_PROXY_PASSWORD for proxy traffic.
Before you connect
- Review the community repository and its dependencies before running it locally.
- Python 3.10 or later, Git and uv/uvx available to the MCP client.
- NodeMaven account with proxy credentials and traffic for fetch or exit-IP tools.
- Account API key for the location and usage tools.
Local stdio JSON using a pinned Git revision Sources: Community repository and affiliation disclosure, Pinned package and console entrypoint, Pinned stdio startup implementation, uv documentation: tools from Git commits
{
"mcpServers": {
"nodemaven": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/Artirain/nodemaven-mcp@aaba70e5c4e882c7e1d3a75d1d61f166593449d9",
"nodemaven-mcp"
],
"env": {
"NODEMAVEN_API_KEY": "YOUR_API_KEY",
"NODEMAVEN_PROXY_USERNAME": "YOUR_PROXY_USERNAME",
"NODEMAVEN_PROXY_PASSWORD": "YOUR_PROXY_PASSWORD"
}
}
}
}