Stats
Actions
Tags
From citadel
Manages deployment state and operations on the Citadel platform. Requires CITADEL_MCP_SERVER environment variable.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"citadel-state": {
"command": "node",
"args": [
"mcp-servers/citadel-state/index.js"
],
"env": {
"CITADEL_MCP_SERVER": "citadel-state"
}
}
}
}Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
CITADEL_MCP_SERVER=citadel-stateDeclared capabilities of this MCP server
npx claudepluginhub sethgammon/citadel --plugin citadel