🖥️ Setup for Desktop AI Assistants
Connect Claude Code, Cursor, Windsurf, VS Code, or Claude Desktop to your tiroir scratchpad.
Manage your API keys and connect AI assistants
Create an API key to connect your favorite AI assistant to tiroir.
Keys are automatically named. You can rename them later from the list below.
Loading...
Connect Claude Code, Cursor, Windsurf, VS Code, or Claude Desktop to your tiroir scratchpad.
Add this to your MCP configuration file:
{
"mcpServers": {
"tiroir": {
"command": "node",
"args": [
"/path/to/tiroir-stdio-bridge/index.js",
"YOUR_API_KEY_HERE"
]
}
}
}
Note: Replace /path/to/tiroir-stdio-bridge/ with the actual path where you cloned the bridge, and YOUR_API_KEY_HERE with your actual API key from above.
Build custom integrations with ChatGPT, Replit agents, or your own web applications using OAuth 2.0.
https://mcp.tiroir.me/oauth/authorizehttps://mcp.tiroir.me/oauth/tokenhttps://mcp.tiroir.me/mcp/requestmcp.tools.use - Execute MCP tools (read/write scratchpad)mcp.resources.read - Read MCP resourcesmcp.resources.write - Write MCP resources