We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/b0ttle-neck/mcp-steampipe'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
MCP-server-config-file.json•623 B
{
"mcpServers": {
"steampipe": {
"command": "uv",
"args": [
"--directory",
"/Users/yourname/dev/mcp-steampipe", // <-- REPLACE THIS ABSOLUTE PATH
"run",
"steampipe_mcp_server.py"
],
"env": {
// Optional: If steampipe relies on specific env vars not inherited
// "STEAMPIPE_INSTALL_DIR": "/path/to/steampipe/installation",
// "PATH": "/Users/yourname/.steampipe/bin:/usr/local/bin:/usr/bin:/bin" // Example if PATH issues arise
}
}
// You can add other servers here if needed
// ,
// "another_server": { ... }
}
}