Lightweight MCP gateway proxy. Single binary, single YAML config. Auth, rate limiting, tool-level access control, audit logging, and Prometheus metrics.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
25
commits
feat: add prometheus metrics, CORS, deep health checks, enhanced docs and roadmap
be67566View on GitHubtest(ratelimit): add unit tests for global and per-tool rate limiting
6c14114View on GitHubtest(audit): add unit tests for structured audit logging
451c7e8View on GitHubtest(middleware): add unit tests for request ID middleware
b472890View on GitHubfeat(middleware): add request ID middleware for distributed tracing
21e28dbView on GitHubtest(mcp): add unit tests for JSON-RPC message parsing and serialization
e0cff20View on GitHubtest(config): add unit tests for YAML config loading and validation
ec87e56View on GitHubtest(policy): add unit tests for tool-level access control engine
c372e01View on GitHubtest(auth): add comprehensive unit tests for auth middleware
5ac0890View on GitHubdocs: add README with badges, architecture, and roadmap
f694e77View on GitHubfeat: add CLI entrypoint with middleware chain and graceful shutdown
52e2ab8View on GitHub