Skip to content

Commit d1a3b80

Browse files
committed
packaging fixes
1 parent 9ae6a54 commit d1a3b80

File tree

5 files changed

+33
-230
lines changed

5 files changed

+33
-230
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# InfluxDB MCP Server
22

3-
A Model Context Protocol (MCP) server that exposes access to an InfluxDB instance using the InfluxDB OSS API v2.
3+
A Model Context Protocol (MCP) server that exposes access to an InfluxDB instance using the InfluxDB OSS API v2. Mostly built with Claude Code.
44

55
## Features
66

@@ -98,14 +98,14 @@ Add the server to your `claude_desktop_config.json`:
9898

9999
```json
100100
{
101-
\"mcpServers\": {
102-
\"influxdb\": {
103-
\"command\": \"npx\",
104-
\"args\": [\"influxdb-mcp-server\"],
105-
\"env\": {
106-
\"INFLUXDB_TOKEN\": \"your_token\",
107-
\"INFLUXDB_URL\": \"http://localhost:8086\",
108-
\"INFLUXDB_ORG\": \"your_org\"
101+
"mcpServers": {
102+
"influxdb": {
103+
"command": "npx",
104+
"args": ["influxdb-mcp-server"],
105+
"env": {
106+
"INFLUXDB_TOKEN": "your_token",
107+
"INFLUXDB_URL": "http://localhost:8086",
108+
"INFLUXDB_ORG": "your_org"
109109
}
110110
}
111111
}

0 commit comments

Comments
 (0)