BREAKING: Removes 746,569 lines of outdated documentation from root folder ## Summary - Deleted 2,060 report/documentation files from root folder - Kept only essential files: README.md, CLAUDE.md - Updated .gitignore and config/tarpaulin.toml - Reorganized config files into config/ directory ## Removed Content Categories - Agent reports (AGENT_*.md, AGENT*.txt) - Wave reports (WAVE_*.md, DQN_*.md) - Implementation summaries - Quick references and summaries - Test reports and validation docs - Deployment scripts (obsolete .sh files) - Legacy config files and logs ## Preserved - README.md - Main project documentation - CLAUDE.md - Claude Code configuration - docs/archive/ - Historical files for reference - docs/ folder - Current documentation - All source code unchanged 🐝 Hive Mind Collective Intelligence Cleanup 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
3.7 KiB
3.7 KiB
Recommended MCP Servers for Foxhunt
Currently Installed
Essential (Already Available)
| Server | Purpose | Key Tools |
|---|---|---|
corrode-mcp |
Rust development | check_code, read_file, patch_file, lookup_crate_docs |
zen |
Analysis & debugging | codereview, debug, analyze, thinkdeep |
context7 |
Library documentation | get-library-docs, resolve-library-id |
mcp-omnisearch |
Web research | tavily_search, perplexity_search, jina_reader |
claude-flow |
Swarm coordination | swarm_init, memory_usage, task_orchestrate |
ruv-swarm |
Agent management | agent_spawn, neural_train, daa_* |
flow-nexus |
Cloud features | sandbox_*, neural_*, workflow_* |
codebase-mcp |
Codebase overview | getCodebase, saveCodebase |
Recommended Additions
High Priority
1. rust-mcp (19 tools)
Purpose: Enhanced Rust tooling beyond corrode-mcp
# Installation
npm install -g rust-mcp
# or
cargo install rust-mcp
Key features:
- Cargo workspace analysis
- Dependency tree visualization
- Compile error explanation
- Rustdoc integration
2. cratedocs-mcp
Purpose: Direct crate documentation access
npm install -g cratedocs-mcp
Why: Faster than context7 for Rust-specific docs, understands Candle/Tokio better
3. postgres-mcp-pro
Purpose: PostgreSQL optimization for trading data
npm install -g postgres-mcp-pro
Key features:
- Query optimization suggestions
- Index recommendations
- EXPLAIN ANALYZE integration
- Slow query detection
Medium Priority
4. databento-mcp (Trading Data)
Purpose: ES futures market data integration Status: Check availability at https://databento.com/docs Key features:
- DBN file parsing assistance
- Market data schema validation
- CME Globex symbol resolution
Low Priority (Nice to Have)
5. redis-mcp
Purpose: Redis cache optimization
npm install -g redis-mcp
6. docker-mcp
Purpose: Container management for services
npm install -g docker-mcp
Configuration
Claude Desktop / Claude Code
Add to ~/.claude/mcp_servers.json:
{
"servers": {
"rust-mcp": {
"command": "rust-mcp",
"args": ["start"]
},
"cratedocs-mcp": {
"command": "cratedocs-mcp",
"args": ["--port", "3001"]
},
"postgres-mcp-pro": {
"command": "postgres-mcp-pro",
"args": ["--connection", "postgresql://localhost/foxhunt"]
}
}
}
Via CLI
claude mcp add rust-mcp rust-mcp start
claude mcp add cratedocs-mcp cratedocs-mcp start
claude mcp add postgres-mcp postgres-mcp-pro start
Tool Overlap Analysis
Avoid Duplication
| Capability | Primary Tool | Avoid Using |
|---|---|---|
| File reading | corrode-mcp__read_file |
codebase-mcp for single files |
| Code check | corrode-mcp__check_code |
Manual cargo check |
| Web search | omnisearch__tavily_search |
Multiple search tools |
| Crate docs | cratedocs-mcp (if installed) |
context7 for Rust |
| Memory | claude-flow__memory_usage |
ruv-swarm memory |
Complementary Usage
- Use
corrode-mcpfor code changes,zenfor analysis - Use
claude-flowfor coordination,ruv-swarmfor neural features - Use
omnisearchfor external research,context7for library docs
Memory Namespaces
Store findings using claude-flow memory:
project/ - Codebase structure, architecture decisions
knowledge/ - Best practices, patterns, documentation
cache/ - Recent searches, temporary data
swarm/ - Agent coordination state
agent/ - Individual agent context
Last updated: 2025-11-28