mcp matera for Grok
io.github.codespar/mcp-matera
MCP server for Matera — Brazilian core-banking BaaS over Pix, DICT, and Pix Automático
client:Grok
transport:stdio
runtime:npm
Install mcp matera in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-matera": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-matera"
],
"env": {
"MATERA_CLIENT_ID": "<MATERA_CLIENT_ID>",
"MATERA_CLIENT_SECRET": "<MATERA_CLIENT_SECRET>",
"MATERA_BASE_URL": "<MATERA_BASE_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