Stateless MCP 2026-07-28 server with registry metadata, scope-based authorization, action-bound approval, and audit logging. TypeScript stdio transport + Python policy engine, fully tested.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-with-regi": {
"command": "uvx",
"args": [
"mcp-server-with-registry"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-with-regi uvx mcp-server-with-registry
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-with-regi": {
"command": "uvx",
"args": [
"mcp-server-with-registry"
]
}
}
}
Or install with pip: pip install mcp-server-with-registry