Catalog
io.github.epsteinj/inkbloc
OfficialCollaborative document workspace with interactive AI blocks
Collaborative document workspace with interactive AI-powered content blocks.
README not available yet.
Install
Configuration
Environment variables
INKBLOC_API_KEYrequiredsecretYour Inkbloc API key (get at inkbloc.ai Settings)
claude_desktop_config.json
{
"mcpServers": {
"inkbloc": {
"command": "npx",
"args": [
"-y",
"inkbloc-mcp@0.1.2"
],
"env": {
"INKBLOC_API_KEY": "<YOUR_INKBLOC_API_KEY>"
}
}
}
}