We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/4regab/agent-rules-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcpServers": {
"rules": {
"command": "node",
"args": [
"dist/index.js"
],
"cwd": "B:\\Download\\qwn\\agent-rules-mcp",
"env": {
"GITHUB_OWNER": "4regab",
"GITHUB_REPO": "agent-rules-mcp",
"GITHUB_PATH": "rules",
"GITHUB_BRANCH": "master"
},
"disabled": false,
"autoApprove": [
"get_rules",
"list_rules"
]
}
}
}