Build safe, token-efficient codebase context for LLMs, AI chats, and coding agents — local-first GUI, TUI, CLI, and a read-only MCP server with Smart Ignore, secret/PII redaction, Git scopes, and code compression.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"devprojex": {
"command": "npx",
"args": [
"-y",
"Avazbek22/DevProjex"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add devprojex npx -y Avazbek22/DevProjex
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"devprojex": {
"command": "npx",
"args": [
"-y",
"Avazbek22/DevProjex"
]
}
}
}
📋 Copy
Topics
ai-agents ai-context avalonia claude-code cli code-context context-compression context-engineering developer-tools dotnet llm llm-context local-first mcp mcp-server