
coachaibball
为Cursor IDE设计的简化版MCP服务器,专注于使用Neo4j进行存储和检索。
Repository Info
About This Server
为Cursor IDE设计的简化版MCP服务器,专注于使用Neo4j进行存储和检索。
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
Simple Memory MCP Server
A simplified MCP (Memory Control Protocol) server for Cursor IDE that focuses solely on memory storage and retrieval using Neo4j.
Features
- Simple memory storage and retrieval
- Real-time memory updates via SSE
- Neo4j backend for persistent storage
- JSON-RPC 2.0 compliant
Prerequisites
- Python 3.8+
- Neo4j database running locally
- Cursor IDE
Installation
- Install dependencies:
pip install -r requirements.txt
- Start Neo4j: Make sure Neo4j is running on:
- HTTP port: 7476
- Bolt port: 7687
- Username: neo4j
- Password: troykailey
- Run the server:
python simple_mcp_server.py
Cursor IDE Configuration
- Open Cursor Settings
- Go to Features > MCP
- Add new MCP server with:
- Type: SSE
- URL: http://localhost:8003/sse
Usage
The server provides two main endpoints:
/sse- Server-Sent Events endpoint for real-time memory updates/memory- POST endpoint for storing new memories
The server will automatically send:
- Initial capabilities message
- Memory updates every 5 seconds
- Error messages if something goes wrong
Simplified Architecture
This version removes complexity by:
- Focusing only on memory functionality
- Using a simpler Neo4j schema
- Removing unnecessary endpoints
- Simplifying the JSON-RPC messages
Troubleshooting
If you encounter issues:
- Check Neo4j is running and accessible
- Verify the ports (8003 for MCP, 7687 for Neo4j)
- Check Cursor's MCP configuration
- Look for error messages in the server logs
Quick Start
Clone the repository
git clone https://github.com/baller70/coachaibballInstall dependencies
cd coachaibball
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.