RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
io.github.tosin2013/helmdeck · v0.27.0
Self-hosted MCP server: sandboxed browser, desktop, vision, code-edit packs for any agent.
Helmdeck 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"helmdeck": {
"command": "npx",
"args": [
"-y",
"@helmdeck/mcp-bridge"
],
"env": {
"HELMDECK_URL": "<HELMDECK_URL>",
"HELMDECK_TOKEN": "<HELMDECK_TOKEN>"
}
}
}
}HELMDECK_URL必填Base URL of your helmdeck control plane (e.g. http://localhost:3000 for a local Compose install, or your reverse-proxied https URL)
HELMDECK_TOKEN必填secretJWT bearer token minted from your helmdeck control plane. Generate with: curl -X POST $HELMDECK_URL/api/v1/auth/login -d '{"username":"admin","password":"..."}'
HELMDECK_URL必填Base URL of your helmdeck control plane reachable from the container network (e.g. http://host.docker.internal:3000)
HELMDECK_TOKEN必填secretJWT bearer token minted from your helmdeck control plane
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"id": "io.github.tosin2013/helmdeck",
"type": "mcp-server",
"version": "0.27.0",
"displayName": "Helmdeck",
"description": "Self-hosted MCP server: sandboxed browser, desktop, vision, code-edit packs for any agent.",
"repository": {
"url": "https://github.com/tosin2013/helmdeck",
"source": "github"
},
"homepage": "https://helmdeck.dev",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@helmdeck/mcp-bridge",
"version": "0.27.0",
"transport": "stdio",
"environmentVariables": [
{
"name": "HELMDECK_URL",
"description": "Base URL of your helmdeck control plane (e.g. http://localhost:3000 for a local Compose install, or your reverse-proxied https URL)",
"isRequired": true
},
{
"name": "HELMDECK_TOKEN",
"description": "JWT bearer token minted from your helmdeck control plane. Generate with: curl -X POST $HELMDECK_URL/api/v1/auth/login -d '{\"username\":\"admin\",\"password\":\"...\"}'",
"isRequired": true,
"isSecret": true
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/tosin2013/helmdeck-mcp:0.27.0",
"transport": "stdio",
"environmentVariables": [
{
"name": "HELMDECK_URL",
"description": "Base URL of your helmdeck control plane reachable from the container network (e.g. http://host.docker.internal:3000)",
"isRequired": true
},
{
"name": "HELMDECK_TOKEN",
"description": "JWT bearer token minted from your helmdeck control plane",
"isRequired": true,
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.tosin2013/helmdeck",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.tosin2013%2Fhelmdeck/versions/latest",
"isOfficial": true,
"status": "active"
}
}