
demo mcp
Anthropic MCP based sales (anthropic) bot.
Repository Info
About This Server
Anthropic MCP based sales (anthropic) bot.
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
How to run this?
-
open a terminal and "cd" go to the
backend/folder -
create a virtualenv: python -m venv venv
-
run
pip install -r requirements.txt. ensure success - if failures, ask an LLM. -
Go to ~/Library/Application Support/Claude
-
Open claude_desktop_config.json
-
Add the following
{
"mcpServers": {
"sales_agent": {
"command": "ROOT_PATH_TO_THIS PROJECT/backend/venv/bin/python3.10",
"args": [
"ROOT_PATH_TO_THIS_PROJECT/backend/gong_mcp.py"
]
}
},
"globalShortcut": ""
}
- Create a
.envinside the /backend folder. Add the following:
GONG_CLIENT_SECRET=your_gong_client_secret
GONG_ACCESS_KEY=your_gong_access_key
ANTHROPIC_API_KEY=anthropic_api_key
REDIS_URL=redis://localhost:6379
HUBSPOT_API_KEY=hubspot_api_key
DISABLE_COST_WARNINGS=1
DISABLE_ERROR_REPORTING=1
DISABLE_TELEMETRY=1
-
Run
gong_mcp.py -
Open Claude Desktop
-
Go to Settings, Developer and ensure you see sales_agent
-
Try any query e.g. "Show me deals in the sales qualification stage"
Quick Start
Clone the repository
git clone https://github.com/rungalileo/demo-mcpInstall dependencies
cd demo-mcp
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.