Boardsesh Climbing Logbook for Grok
io.github.wmmg101/boardsesh-mcp
Read-only access to your Boardsesh logbook across Kilter, Tension, MoonBoard and more
client:Grok
transport:stdio
runtime:pypi
Install Boardsesh Climbing Logbook in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"boardsesh-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"boardsesh-mcp"
],
"env": {
"BOARDSESH_USER": "<BOARDSESH_USER>",
"BOARDSESH_EMAIL": "<BOARDSESH_EMAIL>",
"BOARDSESH_PASSWORD": "<BOARDSESH_PASSWORD>",
"BOARDSESH_TIMEZONE": "<BOARDSESH_TIMEZONE>"
}
}
}
}
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