XAPS MCP Server for Grok
io.github.apmc1/xaps
Pre-execution audit for autonomous agents. Independent receipt before irreversible actions.
client:Grok
transport:stdio
runtime:pypi
Install XAPS MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"xaps": {
"type": "stdio",
"command": "uvx",
"args": [
"xaps-sdk"
],
"env": {
"XAPS_AGENT_KEY": "<XAPS_AGENT_KEY>",
"XAPS_API_URL": "<XAPS_API_URL>"
}
}
}
}
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