Cloudcraft MCP
Rank #32,555io.github.hypark5540/cloudcraft-mcp
Unofficial MCP server for reading and managing Cloudcraft architecture blueprints
Cloudcraft MCP is a Model Context Protocol (MCP) server published by hypark5540. It ranks #32,555 of 132,113 servers tracked on MCP Toplist. Cloudcraft MCP is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Apr 22, 2026 and most recently updated on Jul 23, 2026.
Ranks ahead of 99,558 of 132,113 servers on MCP Toplist.
Use Cloudcraft MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add cloudcraft-mcp -e "CLOUDCRAFT_API_KEY=<your CLOUDCRAFT_API_KEY>" -e "CLOUDCRAFT_BASE_URL=<your CLOUDCRAFT_BASE_URL>" -e "CLOUDCRAFT_LOG_LEVEL=<your CLOUDCRAFT_LOG_LEVEL>" -e "CLOUDCRAFT_EXPORT_DIR=<your CLOUDCRAFT_EXPORT_DIR>" -e "CLOUDCRAFT_ENABLE_WRITES=<your CLOUDCRAFT_ENABLE_WRITES>" -e "CLOUDCRAFT_ENABLE_DELETES=<your CLOUDCRAFT_ENABLE_DELETES>" -e "CLOUDCRAFT_MAX_RESPONSE_BYTES=<your CLOUDCRAFT_MAX_RESPONSE_BYTES>" -- npx -y @hypark5540/cloudcraft-mcpReplace each placeholder with your own value before saving.
claude mcp add cloudcraft-mcp -e "CLOUDCRAFT_API_KEY=<your CLOUDCRAFT_API_KEY>" -e "CLOUDCRAFT_BASE_URL=<your CLOUDCRAFT_BASE_URL>" -e "CLOUDCRAFT_LOG_LEVEL=<your CLOUDCRAFT_LOG_LEVEL>" -e "CLOUDCRAFT_EXPORT_DIR=<your CLOUDCRAFT_EXPORT_DIR>" -e "CLOUDCRAFT_ENABLE_WRITES=<your CLOUDCRAFT_ENABLE_WRITES>" -e "CLOUDCRAFT_ENABLE_DELETES=<your CLOUDCRAFT_ENABLE_DELETES>" -e "CLOUDCRAFT_MAX_RESPONSE_BYTES=<your CLOUDCRAFT_MAX_RESPONSE_BYTES>" -- uvx cloudcraft-mcpReplace each placeholder with your own value before saving.
claude mcp add cloudcraft-mcp -e "CLOUDCRAFT_API_KEY=<your CLOUDCRAFT_API_KEY>" -e "CLOUDCRAFT_BASE_URL=<your CLOUDCRAFT_BASE_URL>" -e "CLOUDCRAFT_LOG_LEVEL=<your CLOUDCRAFT_LOG_LEVEL>" -e "CLOUDCRAFT_EXPORT_DIR=<your CLOUDCRAFT_EXPORT_DIR>" -e "CLOUDCRAFT_ENABLE_WRITES=<your CLOUDCRAFT_ENABLE_WRITES>" -e "CLOUDCRAFT_ENABLE_DELETES=<your CLOUDCRAFT_ENABLE_DELETES>" -e "CLOUDCRAFT_MAX_RESPONSE_BYTES=<your CLOUDCRAFT_MAX_RESPONSE_BYTES>" -- docker run -i --rm ghcr.io/hypark5540/cloudcraft-mcp:0.1.6Replace each placeholder with your own value before saving.
[mcp_servers.cloudcraft-mcp]
command = "npx"
args = ["-y", "@hypark5540/cloudcraft-mcp"]
[mcp_servers.cloudcraft-mcp.env]
CLOUDCRAFT_API_KEY = "<your CLOUDCRAFT_API_KEY>"
CLOUDCRAFT_BASE_URL = "<your CLOUDCRAFT_BASE_URL>"
CLOUDCRAFT_LOG_LEVEL = "<your CLOUDCRAFT_LOG_LEVEL>"
CLOUDCRAFT_EXPORT_DIR = "<your CLOUDCRAFT_EXPORT_DIR>"
CLOUDCRAFT_ENABLE_WRITES = "<your CLOUDCRAFT_ENABLE_WRITES>"
CLOUDCRAFT_ENABLE_DELETES = "<your CLOUDCRAFT_ENABLE_DELETES>"
CLOUDCRAFT_MAX_RESPONSE_BYTES = "<your CLOUDCRAFT_MAX_RESPONSE_BYTES>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.cloudcraft-mcp]
command = "uvx"
args = ["cloudcraft-mcp"]
[mcp_servers.cloudcraft-mcp.env]
CLOUDCRAFT_API_KEY = "<your CLOUDCRAFT_API_KEY>"
CLOUDCRAFT_BASE_URL = "<your CLOUDCRAFT_BASE_URL>"
CLOUDCRAFT_LOG_LEVEL = "<your CLOUDCRAFT_LOG_LEVEL>"
CLOUDCRAFT_EXPORT_DIR = "<your CLOUDCRAFT_EXPORT_DIR>"
CLOUDCRAFT_ENABLE_WRITES = "<your CLOUDCRAFT_ENABLE_WRITES>"
CLOUDCRAFT_ENABLE_DELETES = "<your CLOUDCRAFT_ENABLE_DELETES>"
CLOUDCRAFT_MAX_RESPONSE_BYTES = "<your CLOUDCRAFT_MAX_RESPONSE_BYTES>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.cloudcraft-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/hypark5540/cloudcraft-mcp:0.1.6"]
[mcp_servers.cloudcraft-mcp.env]
CLOUDCRAFT_API_KEY = "<your CLOUDCRAFT_API_KEY>"
CLOUDCRAFT_BASE_URL = "<your CLOUDCRAFT_BASE_URL>"
CLOUDCRAFT_LOG_LEVEL = "<your CLOUDCRAFT_LOG_LEVEL>"
CLOUDCRAFT_EXPORT_DIR = "<your CLOUDCRAFT_EXPORT_DIR>"
CLOUDCRAFT_ENABLE_WRITES = "<your CLOUDCRAFT_ENABLE_WRITES>"
CLOUDCRAFT_ENABLE_DELETES = "<your CLOUDCRAFT_ENABLE_DELETES>"
CLOUDCRAFT_MAX_RESPONSE_BYTES = "<your CLOUDCRAFT_MAX_RESPONSE_BYTES>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cloudcraft-mcp": {
"command": "npx",
"args": [
"-y",
"@hypark5540/cloudcraft-mcp"
],
"env": {
"CLOUDCRAFT_API_KEY": "<your CLOUDCRAFT_API_KEY>",
"CLOUDCRAFT_BASE_URL": "<your CLOUDCRAFT_BASE_URL>",
"CLOUDCRAFT_LOG_LEVEL": "<your CLOUDCRAFT_LOG_LEVEL>",
"CLOUDCRAFT_EXPORT_DIR": "<your CLOUDCRAFT_EXPORT_DIR>",
"CLOUDCRAFT_ENABLE_WRITES": "<your CLOUDCRAFT_ENABLE_WRITES>",
"CLOUDCRAFT_ENABLE_DELETES": "<your CLOUDCRAFT_ENABLE_DELETES>",
"CLOUDCRAFT_MAX_RESPONSE_BYTES": "<your CLOUDCRAFT_MAX_RESPONSE_BYTES>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cloudcraft-mcp": {
"command": "uvx",
"args": [
"cloudcraft-mcp"
],
"env": {
"CLOUDCRAFT_API_KEY": "<your CLOUDCRAFT_API_KEY>",
"CLOUDCRAFT_BASE_URL": "<your CLOUDCRAFT_BASE_URL>",
"CLOUDCRAFT_LOG_LEVEL": "<your CLOUDCRAFT_LOG_LEVEL>",
"CLOUDCRAFT_EXPORT_DIR": "<your CLOUDCRAFT_EXPORT_DIR>",
"CLOUDCRAFT_ENABLE_WRITES": "<your CLOUDCRAFT_ENABLE_WRITES>",
"CLOUDCRAFT_ENABLE_DELETES": "<your CLOUDCRAFT_ENABLE_DELETES>",
"CLOUDCRAFT_MAX_RESPONSE_BYTES": "<your CLOUDCRAFT_MAX_RESPONSE_BYTES>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cloudcraft-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/hypark5540/cloudcraft-mcp:0.1.6"
],
"env": {
"CLOUDCRAFT_API_KEY": "<your CLOUDCRAFT_API_KEY>",
"CLOUDCRAFT_BASE_URL": "<your CLOUDCRAFT_BASE_URL>",
"CLOUDCRAFT_LOG_LEVEL": "<your CLOUDCRAFT_LOG_LEVEL>",
"CLOUDCRAFT_EXPORT_DIR": "<your CLOUDCRAFT_EXPORT_DIR>",
"CLOUDCRAFT_ENABLE_WRITES": "<your CLOUDCRAFT_ENABLE_WRITES>",
"CLOUDCRAFT_ENABLE_DELETES": "<your CLOUDCRAFT_ENABLE_DELETES>",
"CLOUDCRAFT_MAX_RESPONSE_BYTES": "<your CLOUDCRAFT_MAX_RESPONSE_BYTES>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cloudcraft-mcp": {
"command": "npx",
"args": [
"-y",
"@hypark5540/cloudcraft-mcp"
],
"env": {
"CLOUDCRAFT_API_KEY": "<your CLOUDCRAFT_API_KEY>",
"CLOUDCRAFT_BASE_URL": "<your CLOUDCRAFT_BASE_URL>",
"CLOUDCRAFT_LOG_LEVEL": "<your CLOUDCRAFT_LOG_LEVEL>",
"CLOUDCRAFT_EXPORT_DIR": "<your CLOUDCRAFT_EXPORT_DIR>",
"CLOUDCRAFT_ENABLE_WRITES": "<your CLOUDCRAFT_ENABLE_WRITES>",
"CLOUDCRAFT_ENABLE_DELETES": "<your CLOUDCRAFT_ENABLE_DELETES>",
"CLOUDCRAFT_MAX_RESPONSE_BYTES": "<your CLOUDCRAFT_MAX_RESPONSE_BYTES>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cloudcraft-mcp": {
"command": "uvx",
"args": [
"cloudcraft-mcp"
],
"env": {
"CLOUDCRAFT_API_KEY": "<your CLOUDCRAFT_API_KEY>",
"CLOUDCRAFT_BASE_URL": "<your CLOUDCRAFT_BASE_URL>",
"CLOUDCRAFT_LOG_LEVEL": "<your CLOUDCRAFT_LOG_LEVEL>",
"CLOUDCRAFT_EXPORT_DIR": "<your CLOUDCRAFT_EXPORT_DIR>",
"CLOUDCRAFT_ENABLE_WRITES": "<your CLOUDCRAFT_ENABLE_WRITES>",
"CLOUDCRAFT_ENABLE_DELETES": "<your CLOUDCRAFT_ENABLE_DELETES>",
"CLOUDCRAFT_MAX_RESPONSE_BYTES": "<your CLOUDCRAFT_MAX_RESPONSE_BYTES>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cloudcraft-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/hypark5540/cloudcraft-mcp:0.1.6"
],
"env": {
"CLOUDCRAFT_API_KEY": "<your CLOUDCRAFT_API_KEY>",
"CLOUDCRAFT_BASE_URL": "<your CLOUDCRAFT_BASE_URL>",
"CLOUDCRAFT_LOG_LEVEL": "<your CLOUDCRAFT_LOG_LEVEL>",
"CLOUDCRAFT_EXPORT_DIR": "<your CLOUDCRAFT_EXPORT_DIR>",
"CLOUDCRAFT_ENABLE_WRITES": "<your CLOUDCRAFT_ENABLE_WRITES>",
"CLOUDCRAFT_ENABLE_DELETES": "<your CLOUDCRAFT_ENABLE_DELETES>",
"CLOUDCRAFT_MAX_RESPONSE_BYTES": "<your CLOUDCRAFT_MAX_RESPONSE_BYTES>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"cloudcraft-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@hypark5540/cloudcraft-mcp"
],
"env": {
"CLOUDCRAFT_API_KEY": "<your CLOUDCRAFT_API_KEY>",
"CLOUDCRAFT_BASE_URL": "<your CLOUDCRAFT_BASE_URL>",
"CLOUDCRAFT_LOG_LEVEL": "<your CLOUDCRAFT_LOG_LEVEL>",
"CLOUDCRAFT_EXPORT_DIR": "<your CLOUDCRAFT_EXPORT_DIR>",
"CLOUDCRAFT_ENABLE_WRITES": "<your CLOUDCRAFT_ENABLE_WRITES>",
"CLOUDCRAFT_ENABLE_DELETES": "<your CLOUDCRAFT_ENABLE_DELETES>",
"CLOUDCRAFT_MAX_RESPONSE_BYTES": "<your CLOUDCRAFT_MAX_RESPONSE_BYTES>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"cloudcraft-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"cloudcraft-mcp"
],
"env": {
"CLOUDCRAFT_API_KEY": "<your CLOUDCRAFT_API_KEY>",
"CLOUDCRAFT_BASE_URL": "<your CLOUDCRAFT_BASE_URL>",
"CLOUDCRAFT_LOG_LEVEL": "<your CLOUDCRAFT_LOG_LEVEL>",
"CLOUDCRAFT_EXPORT_DIR": "<your CLOUDCRAFT_EXPORT_DIR>",
"CLOUDCRAFT_ENABLE_WRITES": "<your CLOUDCRAFT_ENABLE_WRITES>",
"CLOUDCRAFT_ENABLE_DELETES": "<your CLOUDCRAFT_ENABLE_DELETES>",
"CLOUDCRAFT_MAX_RESPONSE_BYTES": "<your CLOUDCRAFT_MAX_RESPONSE_BYTES>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"cloudcraft-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/hypark5540/cloudcraft-mcp:0.1.6"
],
"env": {
"CLOUDCRAFT_API_KEY": "<your CLOUDCRAFT_API_KEY>",
"CLOUDCRAFT_BASE_URL": "<your CLOUDCRAFT_BASE_URL>",
"CLOUDCRAFT_LOG_LEVEL": "<your CLOUDCRAFT_LOG_LEVEL>",
"CLOUDCRAFT_EXPORT_DIR": "<your CLOUDCRAFT_EXPORT_DIR>",
"CLOUDCRAFT_ENABLE_WRITES": "<your CLOUDCRAFT_ENABLE_WRITES>",
"CLOUDCRAFT_ENABLE_DELETES": "<your CLOUDCRAFT_ENABLE_DELETES>",
"CLOUDCRAFT_MAX_RESPONSE_BYTES": "<your CLOUDCRAFT_MAX_RESPONSE_BYTES>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cloudcraft-mcp": {
"command": "npx",
"args": [
"-y",
"@hypark5540/cloudcraft-mcp"
],
"env": {
"CLOUDCRAFT_API_KEY": "<your CLOUDCRAFT_API_KEY>",
"CLOUDCRAFT_BASE_URL": "<your CLOUDCRAFT_BASE_URL>",
"CLOUDCRAFT_LOG_LEVEL": "<your CLOUDCRAFT_LOG_LEVEL>",
"CLOUDCRAFT_EXPORT_DIR": "<your CLOUDCRAFT_EXPORT_DIR>",
"CLOUDCRAFT_ENABLE_WRITES": "<your CLOUDCRAFT_ENABLE_WRITES>",
"CLOUDCRAFT_ENABLE_DELETES": "<your CLOUDCRAFT_ENABLE_DELETES>",
"CLOUDCRAFT_MAX_RESPONSE_BYTES": "<your CLOUDCRAFT_MAX_RESPONSE_BYTES>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cloudcraft-mcp": {
"command": "uvx",
"args": [
"cloudcraft-mcp"
],
"env": {
"CLOUDCRAFT_API_KEY": "<your CLOUDCRAFT_API_KEY>",
"CLOUDCRAFT_BASE_URL": "<your CLOUDCRAFT_BASE_URL>",
"CLOUDCRAFT_LOG_LEVEL": "<your CLOUDCRAFT_LOG_LEVEL>",
"CLOUDCRAFT_EXPORT_DIR": "<your CLOUDCRAFT_EXPORT_DIR>",
"CLOUDCRAFT_ENABLE_WRITES": "<your CLOUDCRAFT_ENABLE_WRITES>",
"CLOUDCRAFT_ENABLE_DELETES": "<your CLOUDCRAFT_ENABLE_DELETES>",
"CLOUDCRAFT_MAX_RESPONSE_BYTES": "<your CLOUDCRAFT_MAX_RESPONSE_BYTES>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cloudcraft-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/hypark5540/cloudcraft-mcp:0.1.6"
],
"env": {
"CLOUDCRAFT_API_KEY": "<your CLOUDCRAFT_API_KEY>",
"CLOUDCRAFT_BASE_URL": "<your CLOUDCRAFT_BASE_URL>",
"CLOUDCRAFT_LOG_LEVEL": "<your CLOUDCRAFT_LOG_LEVEL>",
"CLOUDCRAFT_EXPORT_DIR": "<your CLOUDCRAFT_EXPORT_DIR>",
"CLOUDCRAFT_ENABLE_WRITES": "<your CLOUDCRAFT_ENABLE_WRITES>",
"CLOUDCRAFT_ENABLE_DELETES": "<your CLOUDCRAFT_ENABLE_DELETES>",
"CLOUDCRAFT_MAX_RESPONSE_BYTES": "<your CLOUDCRAFT_MAX_RESPONSE_BYTES>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cloudcraft-mcp": {
"command": "npx",
"args": [
"-y",
"@hypark5540/cloudcraft-mcp"
],
"env": {
"CLOUDCRAFT_API_KEY": "<your CLOUDCRAFT_API_KEY>",
"CLOUDCRAFT_BASE_URL": "<your CLOUDCRAFT_BASE_URL>",
"CLOUDCRAFT_LOG_LEVEL": "<your CLOUDCRAFT_LOG_LEVEL>",
"CLOUDCRAFT_EXPORT_DIR": "<your CLOUDCRAFT_EXPORT_DIR>",
"CLOUDCRAFT_ENABLE_WRITES": "<your CLOUDCRAFT_ENABLE_WRITES>",
"CLOUDCRAFT_ENABLE_DELETES": "<your CLOUDCRAFT_ENABLE_DELETES>",
"CLOUDCRAFT_MAX_RESPONSE_BYTES": "<your CLOUDCRAFT_MAX_RESPONSE_BYTES>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cloudcraft-mcp": {
"command": "uvx",
"args": [
"cloudcraft-mcp"
],
"env": {
"CLOUDCRAFT_API_KEY": "<your CLOUDCRAFT_API_KEY>",
"CLOUDCRAFT_BASE_URL": "<your CLOUDCRAFT_BASE_URL>",
"CLOUDCRAFT_LOG_LEVEL": "<your CLOUDCRAFT_LOG_LEVEL>",
"CLOUDCRAFT_EXPORT_DIR": "<your CLOUDCRAFT_EXPORT_DIR>",
"CLOUDCRAFT_ENABLE_WRITES": "<your CLOUDCRAFT_ENABLE_WRITES>",
"CLOUDCRAFT_ENABLE_DELETES": "<your CLOUDCRAFT_ENABLE_DELETES>",
"CLOUDCRAFT_MAX_RESPONSE_BYTES": "<your CLOUDCRAFT_MAX_RESPONSE_BYTES>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cloudcraft-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/hypark5540/cloudcraft-mcp:0.1.6"
],
"env": {
"CLOUDCRAFT_API_KEY": "<your CLOUDCRAFT_API_KEY>",
"CLOUDCRAFT_BASE_URL": "<your CLOUDCRAFT_BASE_URL>",
"CLOUDCRAFT_LOG_LEVEL": "<your CLOUDCRAFT_LOG_LEVEL>",
"CLOUDCRAFT_EXPORT_DIR": "<your CLOUDCRAFT_EXPORT_DIR>",
"CLOUDCRAFT_ENABLE_WRITES": "<your CLOUDCRAFT_ENABLE_WRITES>",
"CLOUDCRAFT_ENABLE_DELETES": "<your CLOUDCRAFT_ENABLE_DELETES>",
"CLOUDCRAFT_MAX_RESPONSE_BYTES": "<your CLOUDCRAFT_MAX_RESPONSE_BYTES>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.hypark5540%2Fcloudcraft-mcp)<a href="https://mcptoplist.com/server/io.github.hypark5540%2Fcloudcraft-mcp"><img src="https://mcptoplist.com/badge/io.github.hypark5540%2Fcloudcraft-mcp.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
hypark5540
Other servers by hypark5540
View all hypark5540 servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.6 | Jul 23, 2026 |
Frequently asked questions
- Who maintains Cloudcraft MCP?
- Cloudcraft MCP is maintained by hypark5540, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Cloudcraft MCP listed on the Official MCP Registry?
- Yes — Cloudcraft MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Cloudcraft MCP have?
- MCP Toplist tracks 1 version of Cloudcraft MCP, most recently published on Jul 23, 2026.
- Where can I find the source code for Cloudcraft MCP?
- The source code for Cloudcraft MCP is hosted at github.com/hypark5540/cloudcraft-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.