contactapi for Grok
io.github.kozmos-tech/contactapi
An open-source API for collecting and managing contacts and signups.
client:Grok
transport:stdio
runtime:npm
Install contactapi in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"contactapi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kozmos-tech/contactapi"
]
}
}
}
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