We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mrexodia/ida-pro-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
idaapi.md•317 B
# idaapi
Low-level module exposing global C variables via `cvar` attribute.
## Key Attributes
### cvar
Global variable container - provides access to IDA's C-level global variables (e.g., `idaapi.cvar.inf` for binary info, `idaapi.cvar.database_flags` for IDB state).
## See Also
Full docs: skill/docs/idaapi.rst