# Mcp Builder Community Server

> The MCP server for the MCP Server Builder Community

- **Type:** MCP server
- **Install:** `agentstack add mcp-michael-watson-mcp-builder-community-server`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [michael-watson](https://agentstack.voostack.com/s/michael-watson)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [michael-watson](https://github.com/michael-watson)
- **Source:** https://github.com/michael-watson/mcp-builder-community-server

## Install

```sh
agentstack add mcp-michael-watson-mcp-builder-community-server
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# mcp-builder-community-server

The MCP server for the MCP Server Builder Community

## Setup repo

1. Create a `.env` file locally with your Apollo key from GraphOS.

```
APOLLO_KEY=service:cfp-x3c983m:.....
APOLLO_GRAPH_REF=cfp-x3c983m@current
```

## Running locally

1. Download [Apollo MCP Server](https://www.apollographql.com/docs/apollo-mcp-server/command-reference#linux--macos-installer)
2. Start up MCP Server

```
APOLLO_KEY=... APOLLO_GRAPH_REF=... ./apollo-mcp-server mcp-config.yaml
```

## Running with Docker 

```
# Default for no auth in local dev
docker build --tag mcp-server-builder-series-mcp -f mcp.Dockerfile .
docker build --tag mcp-server-builder-series-router -f mcp.Dockerfile .
# or
docker build --tag mcp-server-builder-series-mcp -f mcp.Dockerfile --build-arg BUILD_ENV=local .
docker build --tag mcp-server-builder-series-router -f mcp.Dockerfile --build-arg BUILD_ENV=local .

docker run -it --env-file .env -p5000:5000 mcp-server-builder-series-mcp
docker run -it --env-file .env -p4000:4000 mcp-server-builder-series-router
```

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [michael-watson](https://github.com/michael-watson)
- **Source:** [michael-watson/mcp-builder-community-server](https://github.com/michael-watson/mcp-builder-community-server)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** yes
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-michael-watson-mcp-builder-community-server
- Seller: https://agentstack.voostack.com/s/michael-watson
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
