MCPVault

content

MCP tool from MCP Zero by zeromicro

(required): Content to validate

How to use it

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

FULL MCP ZERO LISTING

Other tools in MCP Zero (22)

analysis_type

(optional): Type of analysis - "api", "rpc", "model", or "full" (default: "full")

api_file

(required): Path to the .api specification file

config_type

(optional): Configuration type - "dev", "test", or "prod" (default: "dev")

doc_type

(optional): Documentation type - "concept", "migration", or "both" (default: "both")

endpoints

(required): Array of endpoint objects with method, path, and handler

input_type

(required): Input type - "apispec", "proto", or "config"

macOS

Edit ~/Library/Application Support/Claude/claudedesktopconfig.json:

output_dir

(optional): Output directory (default: current directory)

output_file

(optional): Output file path (default: servicename.api)

output_path

(optional): Output file path (uses defaults based on template type)

port

(optional): Port number (default: 8888)

project_dir

(required): Path to the project directory

proto_content

(required): Protobuf definition content

query

(required): Natural language query about go-zero concepts or migration

service_name

(required): Name of the API service

service_type

(required): Service type - "api" or "rpc"

source

(required): Database connection string or DDL file path

source_type

(required): Source type - "mysql", "postgresql", "mongo", or "ddl"

strict

(optional): Enable strict validation mode (default: false)

style

(optional): Code style - "gozero" or "gozero" (default: "gozero")

table

(optional): Specific table name (for database sources)

template_type

(required): Template type - "middleware", "errorhandler", "dockerfile", "dockercompose", or "kubernetes"