Skip to main content
Glama

CodeGraph CLI MCP Server

by Jakedismo
.gitignore2.21 kB
# CodeGraph High-Performance Code Intelligence System # .gitignore for Rust workspace with RocksDB, FAISS, tree-sitter integration # Rust/Cargo /target/ **/*.rs.bk *.pdb # Cargo.lock is committed to ensure reproducible builds for this application. # Build artifacts /build/ /dist/ /out/ # These are not standard Rust build directories. # If you don't have top-level 'debug' or 'release' directories, you can remove these. debug/ release/ # RocksDB data directories /data/ /db/ /rocksdb/ *.sst *.log LOG* MANIFEST-* CURRENT LOCK OPTIONS-* *.ldb # FAISS indices and vector storage /indices/ /vectors/ *.faiss *.index *.vec /embeddings/ # Tree-sitter generated files /grammars/ /parsers/ tree-sitter-*/ *.so *.dylib *.dll # Test artifacts /test-data/ /test-output/ /test-repos/ *.profraw # Benchmarking results /benches/target/ criterion/ flamegraph.svg perf.data* # IDE and editor files .vscode/ .idea/ *.swp *.swo *~ # Environment and configuration .env .env.local .env.*.local config.toml local.toml # Documentation build artifacts /docs/target/ /book/ mdbook-* # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Temporary files *.tmp *.temp /tmp/ /temp/ # Logs logs/ /logs/ # Cache directories .cache/ /cache/ # Development databases and test files *.db *.sqlite *.sqlite3 dev.db test.db # Profiling and debugging *.prof *.trace heaptrack.* massif.out.* # Security sensitive files *.pem *.key *.p12 secrets.json credentials.json config/secrets.enc # Local development overrides local_config.toml dev_settings.toml # Generated documentation /target/doc/ # Package manager files (if using additional tools) node_modules/ package-lock.json yarn.lock # Python cache (if any Python tooling is used) __pycache__/ *.pyc *.pyo *.pyd .Python pip-log.txt pip-delete-this-directory.txt # Coverage reports tarpaulin-report.html cobertura.xml lcov.info coverage/ # Backup files *.bak *.backup # Keep important config templates !config.example.toml !settings.template.toml # Gemini CLI and agent-related files .gemini/ .claude/ .ouroboros/ .mao/ ouroboros-*/ QWEN.md GEMINI.md CLAUDE.md AGENTS.md CRUSH.md OUROBOROS.md .codegraph/ SESSION-MEMORY.md

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jakedismo/codegraph-rust'

If you have feedback or need assistance with the MCP directory API, please join our Discord server