by TrNgTien · MCP Server · ★ 131
vfs Virtual Function Signatures -- extract exported function, class, interface, and type signatures from source code with bodies stripped. Why vfs? AI coding agents waste tokens by grepping or reading entire files just to find a function. vfs parses source via AST and tree-sitter, returning only the signatures -- a compact "table of contents" of any codebase. 60-70% fewer tokens per search. It works with any AI coding tool -- Cursor, Claude Code, Antigravity, Windsurf, Cline, Continue, Aider, Copilot, Zed, or your own scripts. No vendor lock-in.
| Stars | 131 |
| Forks | 23 |
| Language | C |
| Category | MCP Server |
| License | MIT |
| Quality Score | 64.268/100 |
| Last Updated | 2026-04-04 |
| Created | 2026-03-05 |
| Platforms | claude-code, mcp |
| Est. Tokens | ~175k |
Explore other popular mcp server tools:
vfs is Reduce AI agent token usage by 98% via Virtual Function Signatures. MCP server for Cursor & Claude Desktop. Supports Go, TypeScript, Python, Rust, Java, Swift, Kotlin, C# and more.. It is categorized as a MCP Server with 131 GitHub stars.
vfs is primarily written in C. It covers topics such as ai-agents, go, vibe-coding.
You can find installation instructions and usage details in the vfs GitHub repository at github.com/TrNgTien/vfs. The project has 131 stars and 23 forks, indicating an active community.
vfs is released under the MIT license, making it free to use and modify according to the license terms.