# OpenGerwin Mcp

> Open-source MCP servers

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

## Install

```sh
agentstack add mcp-opengerwin-mcp
```

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

## About

# 🧩 OpenGerwin MCP Servers

Open-source [MCP (Model Context Protocol)](https://modelcontextprotocol.io/) servers that give AI agents superpowers.

Each server is a standalone package — install only what you need.

---

## Available Servers

| Server | Description | Status | Install |
|---|---|---|---|
| 🔍 **[Google Agent Platform Docs](https://github.com/OpenGerwin/mcp-google-agent-platform-docs)** | Search & read Google AI platform documentation (GEAP + Vertex AI). 3400+ pages. | ✅ Ready | `pip install mcp-google-agent-platform-docs` |
| 🚧 *More coming soon* | Bitrix24, WordPress, and others | Planned | — |

---

## What is MCP?

[Model Context Protocol](https://modelcontextprotocol.io/) is an open standard that lets AI assistants (Claude, Cursor, VS Code Copilot, etc.) connect to external tools and data sources.

Instead of hallucinating API details, your AI can **look up the real documentation** in real-time.

```
┌─────────────────┐     MCP      ┌──────────────────────┐
│  AI Assistant    │◄────────────►│  MCP Server          │
│  (Claude, etc.)  │   (stdio)    │  (your tools + data) │
└─────────────────┘              └──────────────────────┘
```

## Quick Start

### 1. Pick a server from the table above

### 2. Install it

```bash
pip install mcp-google-agent-platform-docs
```

### 3. Connect to your AI client

Claude Desktop

Add to `claude_desktop_config.json`:
```json
{
  "mcpServers": {
    "google-agent-platform-docs": {
      "command": "mcp-google-agent-platform-docs"
    }
  }
}
```

Cursor

Add to `.cursor/mcp.json`:
```json
{
  "mcpServers": {
    "google-agent-platform-docs": {
      "command": "mcp-google-agent-platform-docs",
      "transport": "stdio"
    }
  }
}
```

VS Code

Add to `.vscode/mcp.json`:
```json
{
  "mcpServers": {
    "google-agent-platform-docs": {
      "command": "mcp-google-agent-platform-docs",
      "transport": "stdio"
    }
  }
}
```

Antigravity (Google)

Add to `~/.gemini/antigravity/mcp_config.json`:
```json
{
  "mcpServers": {
    "google-agent-platform-docs": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/mcp-google-agent-platform-docs",
        "run",
        "mcp-google-agent-platform-docs"
      ]
    }
  }
}
```

---

## Server Details

### 🔍 Google Agent Platform Docs

> **Repo:** [OpenGerwin/mcp-google-agent-platform-docs](https://github.com/OpenGerwin/mcp-google-agent-platform-docs)
> **PyPI:** `pip install mcp-google-agent-platform-docs`

MCP server providing real-time access to Google's AI platform documentation:

- **Gemini Enterprise Agent Platform (GEAP)** — 2300+ pages (current platform)
- **Vertex AI Generative AI** — 1100+ pages (legacy archive)

**Tools:**
| Tool | Description |
|---|---|
| `search_docs` | Full-text search across documentation |
| `get_doc` | Read any documentation page |
| `list_sections` | Browse documentation structure |
| `list_models` | Reference of all available AI models |

---

## Contributing

We welcome contributions! Whether it's:
- 🐛 Bug reports and fixes
- ✨ New MCP server ideas
- 📖 Documentation improvements

Each server has its own repo — please open issues and PRs there.

For general questions or ideas about new servers, use [Discussions](https://github.com/OpenGerwin/mcp/discussions) in this repo.

## License

All servers are released under the [MIT License](LICENSE).

---

  OpenGerwin — Open-source tools for AI agents

## Source & license

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

- **Author:** [OpenGerwin](https://github.com/OpenGerwin)
- **Source:** [OpenGerwin/mcp](https://github.com/OpenGerwin/mcp)
- **License:** MIT
- **Homepage:** https://gerwin.io

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:** no
- **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-opengerwin-mcp
- Seller: https://agentstack.voostack.com/s/opengerwin
- 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%.
