MCP server for AI agents to lookup function signatures from any API. Uses SQLite and universal ctags to index source files across multiple languages (Python, C, Go, C++, JS, Rust, Java, etc.). Prevents hallucination on unknown or recently updated source files by providing accurate function signatures
Stars
3
Forks
1
Watchers
3
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
28
commits
Added support for generic definition search, agents can lookup structs, functions and etc
d276275View on GitHubFull paths are striped now and small breaking change for generate_ctags tool
88e5bbbView on GitHubAdded pagination to methods that can potentially return a huge list of data
01152deView on GitHubAdded 2 more tools to list all files and list all functions in a file
04d859cView on GitHubAdded suport for sqlite, also stopped reindexing existing ctags file if unchanged
95719c0View on GitHubUpdated search api tool to return a list of matched functions
e928e60View on GitHub