MCP Servers for CS Experimentation Workshop
About
A collection of MCP servers designed for rapid prototyping in CS experimentation workshops.
Details
- Author
- slcc2c
- Categories
- Developer Tools
Jump to
Setup
Install MCP Servers for CS Experimentation Workshop in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/slcc2c/mcp-workshop-servers
Follow the installation instructions in the repository README, then restart your MCP client.
MCP Servers for CS Experimentation Workshop
A collection of MCP servers designed for rapid prototyping in CS experimentation workshops.
MCP Servers for CS Experimentation Workshop
Achieve "5-minute magic" - go from concept to working experiment in under 5 minutes using AI-collaborative development with Model Context Protocol servers.
This project implements a comprehensive Model Context Protocol (MCP) server ecosystem designed specifically for rapid CS experimentation. Built for Mac Studio M3 Ultra optimization, it provides seamless integration between AI assistants and development tools.
- Sub-5-minute Setup: From zero to fully configured development environment
- Multi-Tier Architecture: Essential, database, and AI collaboration servers
- Docker Isolation: Secure, containerized environments for each experiment
- AI Memory: Persistent context across sessions
- Multi-Database Support: PostgreSQL, Redis, MongoDB, Neo4j out of the box
- GitHub Integration: Automated repository management and CI/CD
- TypeScript Build: Clean compilation with full type safety β
Option 1: MCP Starter Kit (Recommended for New Users)
# Get the starter kit for a 5-minute setup cd mcp-starter-kit/ ./setup.sh # Or with 1Password integration: ./setup-with-1password.sh # Restart Claude Desktop and you're ready! π
# Clone the repository git clone https://github.com/slcc2c/mcp-workshop-servers.git cd mcp-workshop-servers # Install dependencies npm install # Set up 1Password integration (recommended) ./scripts/add-database-connections.sh # Start all MCP servers npm run mcp:start
πRead the Quick Start Guidefor detailed setup instructions.
# Run the interactive attachment script ./scripts/attach-project.sh # Follow the prompts to: # 1. Select your project directory # 2. Choose a project name # 3. Configure filesystem + memory access # Restart Claude Desktop and start coding!
πRead the Project Attachment Guidefor detailed instructions and advanced configurations.
Use our pre-configured templates for common project types:
- Web App: React + Node.js full-stack template
- API: RESTful API with authentication and docs
- Data Science: Python ML project with Jupyter
- Mobile: React Native cross-platform template
# View available templates ls templates/ # Use a template cp -r templates/web-app/* /path/to/your/project/
- GitHub Server: Repository management, issue tracking, PR automation
- Filesystem Server: Secure file operations with configurable access
- Docker Server: Container management and isolated environments
- Memory Server: Persistent AI context and knowledge graphs
- PostgreSQL/Supabase: Full database management with real-time features
- Redis: Caching, sessions, and real-time data structures
- MongoDB: Document store with Atlas integration
- Neo4j: Graph database for relationship-heavy experiments
- Kubernetes: Service orchestration and deployment
- Jupyter Integration: Live notebook execution
- FastMCP Framework: Rapid tool creation
- Code Analysis: Automated documentation and insights
Configure Claude Desktop by adding toclaude_config.json:
{ "mcpServers": { "mcp-workshop": { "command": "node", "args": ["/path/to/mcp-workshop-servers/dist/index.js"], "env": { "GITHUB_TOKEN": "${GITHUB_TOKEN}", "WORKSHOP_MODE": "true" } } } }
- MCP Starter Kit- Quick 5-minute setup guide
- Memory Segregation Guide- Project isolation strategy
- Architecture Guide
- Server Setup
- API Reference
- Workshop Examples
- πQuick Start Guide- Get up and running in 5 minutes
- π§Server Reference- Comprehensive guide to all MCP servers
- πΎDatabase Servers- PostgreSQL, Redis, MongoDB setup and usage
- π§ Memory Segregation- Managing multiple projects with the Memory server
- πSecrets Management- 1Password integration guide
- π¦MCP Starter Kit- Standalone package for easy distribution
- π¨TypeScript Patterns- Development patterns and best practices
We welcome contributions! Please see ourContributing Guidefor details.
Built on the Model Context Protocol by Anthropic, leveraging the vibrant MCP ecosystem and community servers.
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Create crafted UI components inspired by the best 21st.dev design engineers.
Bring agent evaluations, observability, and synthetic test set generation directly into your IDE for free with Galileo's new MCP server
An MCP server to help AI assistants to answer questions and generate AccelByte Extend SDK code more effectively .
MCP server for AI Diagram Maker β generate beautiful software engineering diagrams directly inside Cursor, Claude Desktop, Claude Code, or any MCP-compatible AI agent
ALAPI MCP Tools,Call hundreds of API interfaces via MCP
AI-powered SVG animation generator that transforms static files into animated SVG components using the Allyson platform
MCP server that gives AI assistants on-demand access to 1,500+ amCharts docs, ~300 code examples, and 1000+ class API references.
APIMatic MCP Server is used to validate OpenAPI specifications using APIMatic. The server processes OpenAPI files and returns validation summaries by leveraging APIMaticβs API.
One shared context layer for AI agents and humans β live API specs, DB schemas, and versioned contracts across repos so every agent and teammate works from the same source of truth.
Build and deploy full-stack Next.js apps with 98 tools for React, AWS, and MongoDB
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





