Claude-Code-Development-Kit
Handle context at scale - my custom Claude Code workflow including hooks, mcp and sub agents
GitHub Stars
1,047
User Rating
Not Rated
Favorites
0
Views
56
Forks
112
Issues
2
Installation
Installation
Prerequisites
Please specify required software and versions:Installation Steps
1. Clone Repository
bash
git clone https://github.com/peterkrueck/Claude-Code-Development-Kit.git
cd Claude-Code-Development-Kit
2. Install Dependencies
bash
npm install
3. Configure Claude Desktop
Editclaude_desktop_config.json to add the MCP server:
json
{
"mcpServers": {
"claude-code": {
"command": "node",
"args": ["path/to/server.js"]
}
}
}
4. Start Server
bash
npm start
Troubleshooting
Common Issues
Issue: Server won't start Solution: Check Node.js version and reinstall dependencies. Issue: Not recognized by Claude Desktop Solution: Verify configuration file path and syntax.Additional Resources
0
Followers
0
Repositories
0
Gists
0
Total Contributions
awesome-mcp-lists is a curated list of containerized MCP servers, clients, and toolkits. This repository provides resources across various categories, including DevOps, infrastructure, databases, and web content. It particularly promotes the use of MCP with Docker, making it a highly valuable resource for developers and engineers looking to leverage containerization in their workflows.
The rust-analyzer-mcp-server is an MCP server that provides advanced Rust language analysis capabilities. It allows AI assistants and other MCP clients to access features such as diagnostics, navigation to symbol definitions, code completions, and workspace analysis. This tool is highly beneficial for developers as it enables comprehensive analysis of entire Rust projects.