We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MerabyLabs/promptarchitect-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
vscode-settings.json•248 B
{
"_comment": "Add this to your VS Code settings.json for GitHub Copilot MCP integration",
"github.copilot.chat.mcp.servers": {
"promptarchitect": {
"command": "npx",
"args": ["@promptarchitect/mcp-server"],
}
}
}