Back to MCP Directory
Connections & Capabilities
Connects To
GitHubPostgreSQLDiscordDockerAzure
Capabilities
readwriteexecadmin
Quickstart
Install
npx -yConfig
{
"mcpServers": {
"MetaMCP": {
"url": "http://localhost:12008/metamcp/<YOUR_ENDPOINT_NAME>/sse"
}
}
}Exposed MCP Tools (1)
safe
HackerNewsRetrieves and displays content from Hacker News.
Read-only access to Hacker News data.
Safety Assessment
MetaMCP offers a centralized point for managing MCP servers, but the overall safety depends on the configuration of namespaces, middlewares, and the security of the underlying MCP servers. It's relatively safe for read-only operations with proper authentication, but risky if destructive tools are exposed without adequate controls.
- API Key and OAuth authentication options.
- Namespace-level middleware for request/response transformation.
- Tool overrides and annotations for granular control.
- CORS policy enforcement based on APP_URL.
- Potential for misconfigured middleware to expose data.
- Reliance on environment variables for secrets management.
- Aggregates multiple MCP servers, inheriting their vulnerabilities.
- Improperly configured namespaces can lead to unintended access.
