peta-core
by dunialabs · TypeScript · ★ 44
The Control Plane for MCP — secure vault, managed runtime, audit trail, and policy-based approvals.
#aiagent#authentication-middleware#developer-tools#function-calling#gateway#jwt#mcp#mcp-client#mcp-gateway#mcp-server#mcp-servers#model-context-protocol#modelcontextprotocol#oauth2#rest-to-mcp#restful-to-mcp#vault
Install
npx -y github:dunialabs/peta-core Claude Desktop config
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"peta-core": {
"command": "npx",
"args": [
"-y",
"github:dunialabs/peta-core"
]
}
}
} From the README
A control-plane runtime for MCP (Model Context Protocol). Gateway, vault, policy engine, and audit trail for every tool call between AI agents and downstream MCP servers.
Supports the core infrastructure components required to run MCP in production: gateway routing, runtime supervision, policy enforcement, credential management, and audit logging.
**Key guarantees:**
- **Credential vault.** Secrets stay encrypted at rest (PBKDF2 + AES-GCM) and are injected server-side at execution time. Clients never see raw credentials.
- **Policy engine.** RBAC/ABAC with per-user, per-tool capability filt…
Read full README on GitHub →
💡 Need a managed MCP host?
Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.
Related security servers
servers
modelcontextprotocol
Official ★ 84,814
Model Context Protocol Servers
Security · TypeScript
typescript-sdk
modelcontextprotocol
Official ★ 12,307
The official TypeScript SDK for Model Context Protocol servers and clients
Security · TypeScript
grafbase
grafbase
★ 1,228
[Acquired by The Guild] The Grafbase GraphQL Federation Gateway
Security · Rust
vulnerable-mcp-servers-lab
appsecco
★ 255
A collection of servers which are deliberately vulnerable to learn Pentesting MCP Servers.
Security · JavaScript
claude-ai-mcp
anthropics
Official ★ 236
claude-ai-mcp — MCP server.
Security
dedalus-mcp-python
dedalus-labs
★ 154
A simple and performant Model Context Protocol framework for Python.
Security · Python