Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub notque/openstack-agent-toolkit --plugin sapccCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"sapcc": {
"command": "openstack-mcp-server",
"env": {
"OS_AUTH_URL": "${OS_AUTH_URL}",
"MCP_READ_ONLY": "${MCP_READ_ONLY:-true}",
"OS_REGION_NAME": "${OS_REGION_NAME}",
"MCP_ADMIN_TOOLS": "${MCP_ADMIN_TOOLS:-false}",
"OS_APPCRED_SECRET_CMD": "${OS_APPCRED_SECRET_CMD}",
"OS_APPLICATION_CREDENTIAL_ID": "${OS_APPLICATION_CREDENTIAL_ID}"
}
}
}
}Replace placeholder values for: OS_AUTH_URL, OS_APPLICATION_CREDENTIAL_ID, OS_APPCRED_SECRET_CMD
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
openstack-mcp-serverEnvironment variables set when the server starts
OS_AUTH_URL=${OS_AUTH_URL}MCP_READ_ONLY=${MCP_READ_ONLY:-true}OS_REGION_NAME=${OS_REGION_NAME}MCP_ADMIN_TOOLS=${MCP_ADMIN_TOOLS:-false}OS_APPCRED_SECRET_CMD=${OS_APPCRED_SECRET_CMD}OS_APPLICATION_CREDENTIAL_ID=${OS_APPLICATION_CREDENTIAL_ID}Sensitive values you must provide — never committed to source control
Share bugs, ideas, or general feedback.