Archive
All posts
App introductions, release notes, and things learned along the way. Filter by tag.
2 postsClear filters
- open-source2 min
TypeMCP - Declaring MCP Servers With Classes and Decorators
The schema declarations and handler registration that repeated on every MCP server moved into decorators. Hosting and authorization policy stay with the application.
- typemcp
- typescript
- mcp
- open-source
- open-source2 min
Proxmox MCP - Opening a Virtualization API to an Agent, With the Dangerous Parts Locked
A local stdio MCP server for the Proxmox VE API. Reads and state changes are separated, and risky operations run only when explicitly allowed.
- proxmox-mcp
- typemcp
- mcp
- homelab
- open-source