MCP Server Setup for Cursor AI Context
Model Context Protocol (MCP) servers give Cursor AI real-time access to your live BLGV production systems for intelligent development assistance.
๐ฏ What MCP Servers Provide Cursorโ
Live System Contextโ
- PostgreSQL MCP: Query your live Digital Ocean database schemas
- GitHub MCP: Access repo information, PRs, issues, and deployment status
- Bitcoin Core MCP: Get real blockchain data from production systems
- Browser Tools MCP: Interact with live websites and check functionality
- Firecrawl MCP: Scrape and analyze live web content
Development Benefitsโ
// Cursor can now help with queries like:
// "What's the current BTC price in our treasury database?"
// "Check if the DEX platform is responding properly"
// "What's the latest GitHub issue about the mobile app?"
// "Show me the current mining pool hash rate"
โก Quick Setupโ
1. Copy MCP Configurationโ
# Copy the MCP config to your Cursor settings
cp cursor-mcp-config.json ~/.cursor/mcp_servers.json
2. Install Dependenciesโ
# Install the Bitcoin MCP server
npm install -g bitcoin-mcp-server
# Install other MCP tools
npm install -g @modelcontextprotocol/server-postgres
3. Configure API Keysโ
# Add to your environment
export GITHUB_TOKEN="your_github_token"
export FIRECRAWL_API_KEY="your_firecrawl_key"
export POSTGRES_CONNECTION_STRING="your_production_db_url"
4. Restart Cursorโ
Close and reopen Cursor to load the MCP servers.
๐ง Available MCP Commands in Cursorโ
Once configured, Cursor can execute these commands:
Database Queriesโ
@mcp-postgres- Query production database- Get live treasury data, user counts, transaction volumes
GitHub Integrationโ
@mcp-github- Access repo information- Check deployment status, recent commits, open issues
Bitcoin Networkโ
@mcp-bitcoin- Get blockchain information- Current block height, mempool status, network stats
Browser Automationโ
@mcp-browser- Interact with live sites- Check if platforms are responding, capture screenshots
Web Scrapingโ
@mcp-firecrawl- Analyze web content- Monitor competitor sites, extract data
Ready to deploy the docs? Let's get this live on Digital Ocean! ๐