← Index

io.github.epsteinj/inkbloc

io.github.epsteinj/inkbloc·v0.1.2·Other
Quality Score
80
/100

Collaborative document workspace with interactive AI blocks

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "inkbloc": {
      "command": "npx",
      "args": [
        "-y",
        "inkbloc-mcp"
      ],
      "env": {
        "INKBLOC_API_KEY": "<your-inkbloc_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "inkbloc": {
      "command": "npx",
      "args": [
        "-y",
        "inkbloc-mcp"
      ],
      "env": {
        "INKBLOC_API_KEY": "<your-inkbloc_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y inkbloc-mcp
§02  Environment variables
INKBLOC_API_KEY
requiredsecret

Your Inkbloc API key (get at inkbloc.ai Settings)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other