Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mcp-registry/servers/actors-mcp-server.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@apify/actors-mcp-server"
],
"env": {
"APIFY_TOKEN": "your-apify-token"
"APIFY_TOKEN": "${APIFY_TOKEN}"
},
"description": "Install and run using NPM"
}
Expand Down Expand Up @@ -60,4 +60,4 @@
"Web Services"
],
"is_official": true
}
}
14 changes: 2 additions & 12 deletions mcp-registry/servers/agentql-mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,10 @@
],
"package": "agentql-mcp",
"env": {
"AGENTQL_API_KEY": "YOUR_API_KEY"
"AGENTQL_API_KEY": "${AGENTQL_API_KEY}"
},
"description": "Install via npm and run with npx",
"recommended": true
},
"development": {
"type": "custom",
"command": "/path/to/agentql-mcp/dist/index.js",
"args": [],
"env": {
"AGENTQL_API_KEY": "YOUR_API_KEY"
},
"description": "Run development version from local build",
"recommended": false
}
},
"examples": [
Expand Down Expand Up @@ -84,4 +74,4 @@
"prompts": [],
"resources": [],
"is_official": true
}
}
4 changes: 2 additions & 2 deletions mcp-registry/servers/agentrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
],
"package": "agentrpc",
"env": {
"AGENTRPC_API_SECRET": "<YOUR_API_SECRET>"
"AGENTRPC_API_SECRET": "${AGENTRPC_API_SECRET}"
},
"description": "Run the MCP server using npm",
"recommended": true
Expand All @@ -58,4 +58,4 @@
"Dev Tools"
],
"is_official": true
}
}
12 changes: 6 additions & 6 deletions mcp-registry/servers/alicloud-hologres.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
"hologres-mcp-server"
],
"env": {
"HOLOGRES_HOST": "host",
"HOLOGRES_PORT": "port",
"HOLOGRES_USER": "access_id",
"HOLOGRES_PASSWORD": "access_key",
"HOLOGRES_DATABASE": "database"
"HOLOGRES_HOST": "${HOLOGRES_HOST}",
"HOLOGRES_PORT": "${HOLOGRES_PORT}",
"HOLOGRES_USER": "${HOLOGRES_USER}",
"HOLOGRES_PASSWORD": "${HOLOGRES_PASSWORD}",
"HOLOGRES_DATABASE": "${HOLOGRES_DATABASE}"
},
"description": "Run using local file"
}
Expand Down Expand Up @@ -168,4 +168,4 @@
}
}
]
}
}
4 changes: 2 additions & 2 deletions mcp-registry/servers/apimatic-validator-mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
"package": "[NOT GIVEN]",
"env": {
"APIMATIC_API_KEY": "<Add your APIMatic token here>"
"APIMATIC_API_KEY": "${APIMATIC_API_KEY}"
},
"description": "Run the APIMatic Validator MCP Server using Node.js",
"recommended": true
Expand All @@ -49,4 +49,4 @@
"Dev Tools"
],
"is_official": true
}
}
6 changes: 3 additions & 3 deletions mcp-registry/servers/bicscan-mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"bicscan-mcp"
],
"env": {
"BICSCAN_API_KEY": "{BICSCAN_API_KEY}"
"BICSCAN_API_KEY": "${BICSCAN_API_KEY}"
},
"description": "Run directly using uvx"
},
Expand All @@ -44,7 +44,7 @@
"--rm",
"--interactive",
"--env",
"BICSCAN_API_KEY={BICSCAN_API_KEY}",
"BICSCAN_API_KEY=${BICSCAN_API_KEY}",
"bicscan-mcp"
],
"description": "Run using Docker"
Expand Down Expand Up @@ -104,4 +104,4 @@
}
}
]
}
}
4 changes: 2 additions & 2 deletions mcp-registry/servers/chatsum.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"https://github.com/mcpso/mcp-server-chatsum"
],
"env": {
"CHAT_DB_PATH": "path-to/mcp-server-chatsum/chatbot/data/chat.db"
"CHAT_DB_PATH": "${CHAT_DB_PATH}"
}
}
},
Expand Down Expand Up @@ -79,4 +79,4 @@
}
}
]
}
}
8 changes: 4 additions & 4 deletions mcp-registry/servers/chronulus-mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"chronulus-mcp"
],
"env": {
"CHRONULUS_API_KEY": "<YOUR_CHRONULUS_API_KEY>"
"CHRONULUS_API_KEY": "${CHRONULUS_API_KEY}"
},
"description": "Install and run using uvx"
},
Expand All @@ -42,7 +42,7 @@
],
"package": "chronulus-mcp",
"env": {
"CHRONULUS_API_KEY": "<YOUR_CHRONULUS_API_KEY>"
"CHRONULUS_API_KEY": "${CHRONULUS_API_KEY}"
},
"description": "Install using pip from PyPI"
},
Expand All @@ -58,7 +58,7 @@
"chronulus-mcp"
],
"env": {
"CHRONULUS_API_KEY": "<YOUR_CHRONULUS_API_KEY>"
"CHRONULUS_API_KEY": "${CHRONULUS_API_KEY}"
},
"description": "Run using Docker"
}
Expand Down Expand Up @@ -587,4 +587,4 @@
}
}
]
}
}
6 changes: 3 additions & 3 deletions mcp-registry/servers/dart-mcp-server.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
],
"package": "dart-mcp-server",
"env": {
"DART_TOKEN": "dsa_..."
"DART_TOKEN": "${DART_TOKEN}"
},
"description": "Run using npx",
"recommended": true
Expand All @@ -49,7 +49,7 @@
"mcp/dart"
],
"env": {
"DART_TOKEN": "dsa_..."
"DART_TOKEN": "${DART_TOKEN}"
},
"description": "Run using Docker"
}
Expand Down Expand Up @@ -565,4 +565,4 @@
],
"resources": [],
"is_official": true
}
}
Loading