★ 0 stars
TypeScript
⚙️ DevOps
Updated 4d ago
Workerd-based hypervisor with a declarative Cap'n Proto manifest. Substrate-level identity, audit, and per-bundle credential scoping. Today's primary application: hosting MCP servers behind one HTTP face.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"cloister": {
"command": "npx",
"args": [
"-y",
"agentic-research/cloister"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add cloister npx -y agentic-research/cloister
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"cloister": {
"command": "npx",
"args": [
"-y",
"agentic-research/cloister"
]
}
}
}
📋 Copy
Topics
capnproto cloudflare-workers durable-objects gateway hypervisor mcp model-context-protocol rust typescript workerd