A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Selfhosted notes app. Single golang binary, notes stored as markdown within SQLite, full-text search, very low resource
Live Demo • Features • Updates

Build from source
$ make build
Run the application using default configuration
$ make dev
Run the application in watch mode
$ go install github.com/air-verse/air@latest
$ go install github.com/evanw/esbuild/cmd/esbuild@latest
$ make watch
./migrations<version>_<title>.sql$ git tag x.y.z
$ git push origin x.y.z
This is a personal project built for my own use. The codebase is available for forking and modifications. Note that I may not actively review pull requests or respond to issues due to time constraints.
MCP server integration for DaVinci Resolve Studio
mcp-language-server gives MCP enabled clients access semantic tools like get definition, references, rename, and diagnos
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots