Getting Started
Installation
bash
bun installQuick Start
1. Start Docker Containers
The server requires Memgraph (graph database) and ChromaDB (vector database):
bash
docker-compose up -dOr use the MCP tool:
bash
# The stack_up tool will be available once the server is running2. Development Mode
bash
bun devThis starts the server with hot-reload enabled. Any changes to src/**/*.ts files will automatically restart the server.
3. Run Tests
bash
bun test4. Build for Production
bash
bun run buildProject Overview
Skynet MCP Server is an advanced Model Context Protocol server that provides:
- Persistent Memory: Store and retrieve semantic memories using ChromaDB
- Relationship Tracking: Graph-based interaction history with Memgraph
- 18 MCP Tools: Comprehensive toolkit for AI assistants
- Type Safety: Full TypeScript with strict mode
- Production Ready: Optimized builds, Docker support, comprehensive tests
Next Steps
- Architecture Overview - Understand the system design
- Tools Overview - Learn about available MCP tools
- API Reference - Detailed API documentation