vfs — MCP Server by TrNgTien

by TrNgTien · MCP Server · ★ 131

Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h

About vfs

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. How It Works Given a Go project with thousands of lines, asking "where is the login handler?" traditionally means grepping or reading entire files. vfs gives you just the signatures: Each line tells you the file, line number, and full signature -- no function bodies, no imports, no noise. You (or your AI agent) can then read only the exact lines needed. This works across 13 languages: $ vfs ./frontend -f auth src/hooks/useAuth.ts:5: export function useAuth(): AuthContext src/components/LoginForm.tsx:12: export const LoginForm: Rea

ai-agentsgovibe-coding

Quick Facts

Stars131
Forks23
LanguageC
CategoryMCP Server
LicenseMIT
Quality Score64.268/100
Last Updated2026-04-04
Created2026-03-05
Platformsclaude-code, mcp
Est. Tokens~175k

vfs alternative? Top 6 similar tools

Looking for a vfs alternative? If you're comparing vfs with other mcp server tools, these 6 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.

  • skylos by duriantaco · ⭐ 418

    Open-source Python, TypeScript, and Go SAST with dead code detection. Finds secrets, exploitable flows, and

  • manifold by intelligencedev · ⭐ 488

    Manifold is an experimental platform for enabling long horizon workflow automation using teams of AI assistant

  • graymatter by angelnicolasc · ⭐ 336

    Three lines of code to give your AI agents persistent memory. Reduce 90% token consumption while also maintain

  • maxclaw by Lichas · ⭐ 218

    OpenClaw-Style Local-First AI Agent in Go - Low-Memory, Private, UI-Ready, Out-of-the-Box

  • gollem by m-mizutani · ⭐ 186

    Go framework for agentic AI app with MCP and built-in tools

  • claude-toolbox by serpro69 · ⭐ 136

    Minimal by design, explicitly multi-lang, production-ready and battle-tested collection of configs and plugins

More MCP Server Tools

Explore other popular mcp server tools:

View all MCP Server tools →

Popular C Agent Tools

Frequently Asked Questions

What is vfs?

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.

What programming language is vfs written in?

vfs is primarily written in C. It covers topics such as ai-agents, go, vibe-coding.

How do I install or use vfs?

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.

What license does vfs use?

vfs is released under the MIT license, making it free to use and modify according to the license terms.

What are the best alternatives to vfs?

The top alternatives to vfs on Agent Skills Hub include skylos, manifold, graymatter. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.

View on GitHub → Browse MCP Server tools