@datanimbus/dniompmcp
v1.0.1
Published
MCP stdio client for DNIO Marketplace
Keywords
Readme
dnio-marketplace-mcp
This is a client code that is used in the MCP config of Claude/Cursor to use DNIO Marketplace MCP Feature.
Usage
Add this Config to you MCP config file.
{
"mcpServers": { // You will have something like this
"dnio-marketplace": { // Add this part
"command": "npx",
"args": ["-y", "@datanimbus/dniompmcp"],
"env": {
"MCP_API_KEY": "dnio_...",
"MCP_BASE_URL": "https://your-server.com"
}
}
}
}