wegotdocs/open-mcp
0 Views
0 Installs
📇 🏠 🍎 🪟 🐧 - Turn a web API into an MCP server in 10 seconds and add it to the open source registry: https://open-mcp.org
Quick Install
One-Click IDE Configuration
claude_desktop_config.json
{
"mcpServers": {
"wegotdocs-open-mcp": {
"command": "npx",
"args": [
"-y",
"wegotdocs-open-mcp"
]
}
}
}Or
Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.
Documentation Overview
BoltMCP Installation
BoltMCP installs on any Kubernetes cluster with a single Helm chart.
Install with Claude
- Prerequisite: install Claude Code and login
claude auth login
- Clone this repository
git clone https://github.com/boltmcp/boltmcp.git
- Move your BoltMCP access key to the
keysdirectory
mv ~/Downloads/my-key.json boltmcp/keys/
Replace
~/Downloads/my-key.jsonwith the path to your access key file
- Open Claude Code from inside the
boltmcpdirectory
cd boltmcp && claude
- Invoke the Skill and Claude will walk you through the installation process
/install-boltmcp Install BoltMCP on a new cluster
Replace the text after "/install-boltmcp " with any instruction related to installing, updating or uninstalling BoltMCP.
Install Manually
If you'd prefer to do the installation manually, visit https://install.boltmcp.io and follow the instructions there.