We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/HK47196/GhidraMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Maven target directory
/target/
# Build artifacts
/build/
# Downloaded Ghidra libraries (auto-downloaded during build)
/lib/
# Compiled class files
*.class
# Logs
*.log
# IDE files
# IntelliJ
.idea/
*.iml
*.iws
out/
# Eclipse
.project
.classpath
.settings/
bin/
# VS Code
.vscode/
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Thumbnails
._*
# macOS metadata files
.Spotlight-V100
.Trashes
# Maven Wrapper
.mvn/
!/.mvn/wrapper/maven-wrapper.jar
mvnw
mvnw.cmd
# Environment files
.env
.env.*
# Java crash logs (if any)
hs_err_pid*
replay_pid*
__pycache__/
# Python virtual environments
venv/
.venv/
env/
ENV/
# User configuration files (use mcp-config.example.toml as template)
mcp-config.toml
# Tool usage tracking database
tool_stats.db
tmp/