Skip to content

feat: notebooks with coding agents integration#561

Draft
emrberk wants to merge 27 commits into
mainfrom
feat/notebooks
Draft

feat: notebooks with coding agents integration#561
emrberk wants to merge 27 commits into
mainfrom
feat/notebooks

Conversation

@emrberk

@emrberk emrberk commented May 12, 2026

Copy link
Copy Markdown
Collaborator
  • Pull this branch, then yarn && yarn start and see web console on localhost:9999 as before.
  • Clone https://github.com/questdb/mcp-bridge and yarn && yarn build. We will use the script ...clone path.../mcp-bridge/dist/index.js in the next step.
  • Configure the MCP:
    • In Codex, there is a UI to set up the MCP (field values the same as below), or you can run codex mcp add questdb --env CONSOLE_ORIGIN=http://localhost:9999/ -- ...clone path.../mcp-bridge/dist/index.js
    • For using with Claude, find the Claude config file (~/.claude.json on Mac). Then add this to the config:
"mcpServers": {
    "questdb": {
      "type": "stdio",
      "command": "...clone path.../mcp-bridge/dist/index.js",
      "args": [],
      "env": {
        "CONSOLE_ORIGIN": "http://localhost:9999/"
      }
    }
  },
  • Start Claude, you should see questdb (connected) in the list when you type command /mcp.
  • Ask it to pair with web console and then follow Claude instructions. You can also directly say "create ... dashboard in web console" and it will guide you.

@emrberk emrberk changed the title Feat/notebooks feat: notebooks with coding agents integration May 12, 2026
Comment thread e2e/tests/console/mcpBridgePermissions.spec.js
Comment thread src/utils/mcp/consumePendingPair.test.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant