@forgehouse/mcp-server
v0.1.0
Published
MCP server for ForgeHouse AI mentors — connect your AI agent to world-class business mentors
Downloads
22
Maintainers
Readme
@forgehouse/mcp-server
MCP server for ForgeHouse AI mentors. Connect your agent (OpenClaw, Claude Code, Cursor, etc.) directly to world-class mentors.
Setup
- Subscribe at forgehouse.io/pricing
- Get your API key from your dashboard
- Install:
npm install -g @forgehouse/mcp-server
Configuration
OpenClaw / Claude Code
Add to your MCP config:
{
"mcpServers": {
"forgehouse": {
"command": "forgehouse-mcp",
"env": {
"FORGEHOUSE_API_KEY": "fh_your_api_key_here"
}
}
}
}Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"forgehouse": {
"command": "npx",
"args": ["@forgehouse/mcp-server"],
"env": {
"FORGEHOUSE_API_KEY": "fh_your_api_key_here"
}
}
}
}Tools
list_mentors
List all available ForgeHouse mentors.
ask_mentor
Ask a mentor a question. Supports conversation history for multi-turn interactions.
Parameters:
mentor(string): Mentor slug, e.g."colin-chapman"message(string): Your questionconversation(array, optional): Previous messages for context
Example
> ask_mentor("colin-chapman", "I'm doing 400 cold emails a week with zero responses. What am I doing wrong?")Available Mentors
- Colin Chapman (
colin-chapman) — 26 years in GTM & outbound sales. Specializes in sales strategy, pipeline building, and converting cold prospects.
More mentors coming soon.
