Skip to content

Commit 4fbacc2

Browse files
committed
Rename npm package to @influxdata/influxdb3-mcp-server
1 parent 76b1eed commit 4fbacc2

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.claude/skills/build-run-core-enterprise/references/mcp-client-configs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ to npm first:
3636
"mcpServers": {
3737
"influxdb": {
3838
"command": "npx",
39-
"args": ["-y", "influxdb-mcp-server"],
39+
"args": ["-y", "@influxdata/influxdb3-mcp-server"],
4040
"env": {
4141
"INFLUX_DB_INSTANCE_URL": "http://localhost:8181/",
4242
"INFLUX_DB_TOKEN": "<YOUR_TOKEN>",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ See corresponding `env.<instancetype>.example` for examples and detailed info.
205205
"mcpServers": {
206206
"influxdb": {
207207
"command": "npx",
208-
"args": ["-y", "@modelcontextprotocol/server-influxdb"],
208+
"args": ["-y", "@influxdata/influxdb3-mcp-server"],
209209
"env": {
210210
"INFLUX_DB_INSTANCE_URL": "http://localhost:8181/",
211211
"INFLUX_DB_TOKEN": "<YOUR_INFLUXDB_TOKEN>",

example-npx.mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"mcpServers": {
33
"influxdb": {
44
"command": "npx",
5-
"args": ["-y", "@modelcontextprotocol/server-influxdb"],
5+
"args": ["-y", "@influxdata/influxdb3-mcp-server"],
66
"env": {
77
"INFLUX_DB_INSTANCE_URL": "http://localhost:8086/",
88
"INFLUX_DB_TOKEN": "<YOUR_INFLUXDB_OPERATOR_TOKEN>",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "influxdb-mcp-server",
2+
"name": "@influxdata/influxdb3-mcp-server",
33
"version": "1.3.0",
44
"description": "Official InfluxDB MCP server for Model Context Protocol integration",
55
"license": "(Apache-2.0 OR MIT)",

0 commit comments

Comments
 (0)