Let Claude AI analyze your codebase and generate Phaset manifests automatically. Perfect for teams moving from undocumented systems or building their first software catalog.
Creating manifests manually is time-consuming and error-prone. Claude understands your code and can extract the right metadata in seconds.
Most codebases don't have Backstage catalogs or structured metadata. Claude reads your actual code, configs, and docs to build accurate manifests from scratch.
Python, Go, TypeScript, Java, Rust—Claude works with any language or framework. No custom parsers or plugins required.
Every field comes annotated with confidence levels. You'll know exactly which values Claude is certain about and which need your review.
Generated manifests are guaranteed to work with Phaset. No schema validation errors, no manual fixes.
Add the Phaset MCP server to Claude Desktop, Claude Code, or CLI.
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"phaset": {
"command": "npx",
"args": ["-y", "phaset-mcp"]
}
}
}Restart Claude Desktop after adding this configuration.
Add to .claude.json:
{
"mcpServers": {
"phaset": {
"command": "npx",
"args": ["-y", "phaset-mcp"]
}
}
}claude mcp add phaset -- npx -y phaset-mcpTell Claude to generate a manifest for your project:
Claude will analyze your package files, README, Dockerfiles, CI/CD configs, and API specs to build a complete manifest.
Analysis Depth: Specify "minimal", "standard", or "deep" analysis based on how thorough you want Claude to be.
Claude generates a valid manifest with confidence annotations. Fields marked "TODO" need your input:
Fill in the TODOs, save as phaset.manifest.json, and import into Phaset.
Claude extracts descriptions and context from your documentation. Clear READMEs lead to better manifests.
package.json, Dockerfile, and CI/CD configs are automatically detected and analyzed.
OpenAPI/Swagger specs help Claude identify API endpoints and generate accurate API metadata.
A CODEOWNERS file helps Claude identify team ownership and contact information.
Install Phaset and start generating manifests with AI. No manual data entry required.