@thatsddr/hadron-mcp
v1.0.7
Published
Hadron MCP - Universal Agent Control Plane Bridge
Maintainers
Readme
Hadron MCP Server
🚀 Quick Start with npx
The easiest way to use the Hadron MCP server is via npx. Add the following to your MCP client configuration (e.g., claude_desktop_config.json):
{
"mcpServers": {
"hadron": {
"command": "npx",
"args": ["-y", "@thatsddr/hadron-mcp"],
"env": {
"HADRON_API_KEY": "YOUR_PERSONAL_ACCESS_TOKEN",
"HADRON_WORKSPACE_ID": "YOUR_WORKSPACE_ID"
}
}
}
}⚙️ Configuration
| Variable | Description |
| :--- | :--- |
| HADRON_API_KEY | Required. Your Personal Access Token. Generate one in your Hadron User Settings. |
| HADRON_WORKSPACE_ID | Optional. The ID of the workspace you want the agent to operate in. If not provided, you can specify in which workspace you want the agent to operate in |
| HADRON_API_URL | Optional. Defaults to https://hadron-backend.onrender.com/api/v1. |
🔒 Privacy
This MCP is a stateless proxy. It forwards your agent's requests and never stores your API key or task data.
