kbulte/wef-apic-mcp-registry
MCP registry browser for discovering and installing only curated Model Context Protocol (MCP) servers from Azure API Center. Built with SolidJS, Vite, and IBM's Carbon Web Components.
Platform-specific configuration:
{
"mcpServers": {
"wef-apic-mcp-registry": {
"command": "npx",
"args": [
"-y",
"wef-apic-mcp-registry"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A web application that lists and manages Model Context Protocol (MCP) servers from Azure API Center. Ideal for creating a curated list of MCP servers for your company. This registry can be used to control access to vetted MCP server in MCP clients like GitHub Copilot. See how to configure allow lists and manage MCP servers in a more secur way.
.env.local for development configurationgit clone <repo-url>
cd api-center-mcp-registrynpm installCreate .env.local in the project root:
VITE_SERVERS_API_URL=http://localhost:5173/apiFor production, configure .env.production:
VITE_SERVERS_API_URL=<your-api-center-endpoint>/workspaces/default/v0.1Start the development server:
npm run devThe app will be available at
Loading reviews...