MCPVault

get_project_docs

MCP tool from Depwire by depwire

Retrieve auto-generated codebase documentation

How to use it

get_project_docs is exposed by the Depwire MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the get_project_docs tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

Install Depwire

$npm install -g depwire-cli
FULL DEPWIRE LISTING

Other tools in Depwire (23)

affected_files

Find files and tests affected by changing a file or symbol.

claim_files

Multi-agent coordination: declare intent to modify files so other clients avoid conflicts.

connect_repo

Connect to any local project or GitHub repo

find_dead_code

Symbols defined but never referenced

get_active_claims

Query who is currently working on what.

get_architecture_summary

High-level project overview

get_decisions

Retrieve past decisions by query, session, file, or tag.

get_dependencies

What does a symbol depend on?

get_dependents

What depends on this symbol?

get_file_context

Full context — imports, exports, dependents. Includes cross-language connections.

get_health_score

0-100 health score with recommendations

get_symbol_info

Look up any symbol's details

get_temporal_graph

Architecture evolution over git history

impact_analysis

What breaks if you change a symbol? Cross-language edges included.

list_files

List all files with stats

record_decision

Save a structured decision for future sessions to reference.

release_files

Release a previously made file claim.

search_symbols

Find symbols by name across the codebase

security_scan

Scan for vulnerabilities with graph-aware severity elevation. No API key required.

simulate_change

Simulate move/delete/rename/split/merge before touching code. Returns health delta, broken imports, affected nodes. Cross-language edges included.

update_project_docs

Regenerate documentation on demand

verify_change

Safety report before applying code changes. Returns broken imports, circular deps, health delta, affected files. Also available as depwire verify-change CLI.

visualize_graph

Generate interactive arc diagram