kwnva.design portfolio
Catalog MCP for kwnva.design case studies, studio profile, and project inquiries.
Open source Repository Open in the app JSON README (API)
About
Catalog MCP for kwnva.design case studies, studio profile, and project inquiries.
Details
- Kind
- MCP servers
- Topic
- Finance & crypto
- Publisher
- design.kwnva
- Origin
- official
- Category
- ferramentas
- Transport
- http
- Version
- 1.0.2
- Last push
- 2026-08-30T15:12:32Z
- Repository state
- sumiu
- Language
- TypeScript
- Added
- 2026-08-30 15:01:02
- Updated
- 2026-08-30 16:01:02
- Origin id
design.kwnva/portfolio
README
# kwnva.design Public source for [kwnva.design](https://kwnva.design) — an independent design studio portfolio with a machine-readable catalog, OpenAPI spec, and MCP server. ## For agents - Start at [llms.txt](https://kwnva.design/llms.txt) and [AGENTS.md](./AGENTS.md) - HTTP API: `https://kwnva.design/api/v1` - Product MCP: `https://kwnva.design/api/mcp` - Docs MCP: `https://kwnva.design/mcp/docs` - Official registry: [design.kwnva/portfolio](https://registry.modelcontextprotocol.io/v0.1/servers/design.kwnva%2Fportfolio/versions/latest) - Plugin manifest: [plugin.json](./plugin.json) - Agent skill: `npx skills add kwnva/kwnva.design` ## For humans ```bash npm install npm run build npm run preview ``` Production is the Node server in `server/index.mjs` on Cloud Run. `npm run build` regenerates agent files into `public/`, then builds the Vite homepage.