We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/t3rm1nu55/ClaudeImagine'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Cleanup Summary
## What Was Archived
### Deprecated Code
- `server/claude-adapter.ts` - Direct API adapter (replaced by MCP)
- `server.js` - Old API-based server
- `example-server.js` - Example API server
- `src/` - TypeScript implementation (not our approach)
- `dist/` - Build output from old approach
- `index-mcp.html` - Old HTML file
- TypeScript configs (`tsconfig.json`, `vite.config.ts`)
- `test/` directory - Old test structure
### Outdated Documentation
- Research documents referencing API approaches
- Old testing plans and guides
- Outdated feature summaries
- Testing reports from API-based approach
- Comprehensive findings from API research
### Obsolete Tests
- API-based integration tests
- Mock tool tests
- Old test scripts
- Outdated test utilities
## Current Architecture
The current implementation uses:
- ✅ **Claude CLI** (not direct API)
- ✅ **MCP Protocol** (stdio transport)
- ✅ **Backend instances** (permanent, configurable)
- ✅ **Isolated conversation history**
## Remaining Files
### Core Components
- `server-mcp.js` - MCP server relay
- `index.html` - Browser frontend
- `claude_config.json` - MCP configuration
- `create-isolated-claude.js` - Isolated instance helper
### Playbooks
- `playbooks/` - Backend instance creation scripts
### Tests (CLI/MCP Approach)
- `test-claude-tools.js` - Tool execution tests
- `test-isolated-primitives.js` - Isolated instance tests
- `test-backend-playbooks.js` - Backend instance tests
- `test-browser-prerequisites.js` - Browser prerequisites
- `test-mcp-tool-configuration.js` - MCP tool tests
- `test-conversation-management.js` - Conversation tests
- `test-claude-md-configuration.js` - CLAUDE.md tests
- `test-backend-e2e.js` - Backend E2E tests
- `test-browser-connection.js` - Browser connection test
- `test-all-prerequisites.js` - All prerequisites runner
### Documentation (Current)
- `README.md` - Main documentation (updated)
- `MCP-SETUP.md` - MCP setup guide
- `QUICK-START.md` - Quick start guide
- `PLAYBOOKS-SUMMARY.md` - Playbooks overview
- `CONVERSATION-MANAGEMENT.md` - Conversation guide
- `DESIGN-REVIEW.md` - Architecture review
- `SECURITY.md` - Security documentation
- `BUILD-PLAN.md` - Build plan (updated)
### Utilities
- `utils/conversation-manager.js` - Conversation utilities
## Archive Location
All archived files are in `archive/` directory:
- `archive/code/` - Deprecated code
- `archive/docs/` - Outdated documentation
- `archive/tests/` - Obsolete tests
## Next Steps
1. ✅ Cleanup complete
2. ✅ Documentation updated
3. ✅ Focus on Claude CLI + MCP architecture
4. Ready for prerequisite testing