@cerebrochain/mcp-server
The first logistics/WMS MCP server for AI agents. Connect Claude, Cursor, or any MCP-compatible AI to CerebroChain's supply chain APIs.
Installation
npm install -g @cerebrochain/mcp-serverConfiguration
Claude Desktop
Add to ~/.config/claude-desktop/claude_desktop_config.json (Linux) or ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):
{
"mcpServers": {
"cerebrochain": {
"command": "cerebrochain-mcp",
"env": {
"CEREBROCHAIN_API_KEY": "your-api-key"
}
}
}
}Cursor
Add to .cursor/mcp.json in your project:
{
"mcpServers": {
"cerebrochain": {
"command": "cerebrochain-mcp",
"env": {
"CEREBROCHAIN_API_KEY": "your-api-key"
}
}
}
}Environment Variables
| Variable | Required | Description |
|---|---|---|
CEREBROCHAIN_API_KEY |
For Tier 2/3 | Your CerebroChain API key |
CEREBROCHAIN_API_URL |
No | Custom API URL (default: https://cerebrochain.com/api) |
CEREBROCHAIN_JWT_TOKEN |
No | Alternative auth via JWT token |






