We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ShunsukeHayashi/miyabi-mcp-bundle'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcpServers": {
"miyabi": {
"command": "npx",
"args": ["-y", "miyabi-mcp-bundle"],
"env": {
"MIYABI_REPO_PATH": "/path/to/your/repository",
"MIYABI_LOG_DIR": "/path/to/logs",
"MIYABI_WATCH_DIR": "/path/to/watch",
"GITHUB_TOKEN": "ghp_your_github_personal_access_token",
"GITHUB_DEFAULT_OWNER": "your-github-username",
"GITHUB_DEFAULT_REPO": "your-repository-name"
}
}
}
}