Stats
Actions
Tags
From banyandb-bydbql
Connects to a BanyanDB database for time-series data storage, querying, and management via a local Node.js MCP server. Configure with BANYANDB_ADDRESS.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"banyandb": {
"command": "node",
"args": [
"./mcp/dist/index.js"
],
"env": {
"TRANSPORT": "stdio",
"BANYANDB_ADDRESS": "localhost:17900"
}
}
}
}Server configuration and connection parameters
node.Command-line arguments passed to the server process
Environment variables set when the server starts
TRANSPORT=stdioBANYANDB_ADDRESS=localhost:17900npx claudepluginhub apache/skywalking-banyandb --plugin banyandb-bydbql