plugin for Grok
ai.circulara/plugin
Circulara Observe MCP plugin - meters your AI agents' token spend and carbon, free tier.
client:Grok
transport:stdio
runtime:npm
Install plugin in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"plugin": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@circulara/plugin"
],
"env": {
"CIRCULARA_BACKEND_URL": "<CIRCULARA_BACKEND_URL>",
"CIRCULARA_TENANT_ID": "<CIRCULARA_TENANT_ID>",
"CIRCULARA_TOKEN": "<CIRCULARA_TOKEN>",
"CIRCULARA_SEAT_ID": "<CIRCULARA_SEAT_ID>",
"CIRCULARA_USER_ID": "<CIRCULARA_USER_ID>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs