Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"zeropath": {
"type": "http",
"command": "uvx",
"args": [
"--from",
"git+https://github.com/ZeroPathAI/zeropath-mcp-server",
"zeropath-mcp-server"
],
"url": "https://github.com/ZeroPathAI/zeropath-mcp-server",
"env": {
"ZEROPATH_ORG_ID": "${user_config.org_id}",
"ZEROPATH_BASE_URL": "${user_config.base_url}",
"ZEROPATH_TOKEN_ID": "${user_config.token_id}",
"ZEROPATH_TOKEN_SECRET": "${user_config.token_secret}"
}
}
}
}Replace placeholder values for: ZEROPATH_TOKEN_ID, ZEROPATH_TOKEN_SECRET
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
uvxhttps://github.com/ZeroPathAI/zeropath-mcp-serverCommand-line arguments passed to the server process
Environment variables set when the server starts
ZEROPATH_ORG_ID=${user_config.org_id}ZEROPATH_BASE_URL=${user_config.base_url}ZEROPATH_TOKEN_ID=${user_config.token_id}ZEROPATH_TOKEN_SECRET=${user_config.token_secret}Sensitive values you must provide — never committed to source control
npx claudepluginhub zeropathai/zeropath-agent-plugin --plugin zeropath