Skip to main content
Glama

QuestDB MCP Server

by brunoprela
package.json1.39 kB
{ "name": "questdb-mcp", "version": "1.0.0", "description": "Model Context Protocol server for QuestDB", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" }, "./cli": { "import": "./dist/cli.js", "types": "./dist/cli.d.ts" } }, "bin": { "questdb-mcp": "dist/cli.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "start": "node dist/cli.js", "dev": "tsx src/cli.ts", "typecheck": "tsc --noEmit", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "questdb", "model-context-protocol", "time-series", "database", "mcp-server" ], "author": "", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/brunoprela/questdb-mcp.git" }, "bugs": { "url": "https://github.com/brunoprela/questdb-mcp/issues" }, "homepage": "https://github.com/brunoprela/questdb-mcp#readme", "publishConfig": { "access": "public" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.21.1", "@questdb/nodejs-client": "^4.1.0" }, "devDependencies": { "@types/node": "^20.10.0", "tsx": "^4.7.0", "typescript": "^5.3.3" }, "engines": { "node": ">=18" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/brunoprela/questdb-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server