create-mcp-json
Installation
SKILL.md
Create MCP Config
Generate a project-local mcp.json that lists the MCP servers the project needs,
in the shape documented in the mcp-json-spec reference.
Steps
- Identify which capabilities the project needs (filesystem, git, DB, etc.).
- For each capability, pick the appropriate MCP server package or transport.
- Fill in
command,args, andenv(orurl/headersfor HTTP transports). - Reference secrets with
${VAR}placeholders rather than inlining them. - Validate the file with
air validate mcp.jsonbefore committing it.