thedaviddias/Front-End-Checklist
Front-End Checklist is an open-source quality system for modern web development, offering comprehensive best practices for humans and AI agents.
Awesome AI Agents › MCP Server Framework
PGMCP is a Model Context Protocol server that puts an existing PostgreSQL database behind a natural language interface for LLM clients. It connects to a database through a standard connection string, reads and caches the schema, and answers questions posed in plain English by generating SQL against that schema. Any MCP-compatible client can drive it, including Cursor, Claude Desktop and VS Code extensions, and the project also ships its own command line client for direct queries and for scripting. Nothing in the target database has to change: no schema modifications, no extra tables, and mixed-case table and column names are handled correctly. Query generation is delegated to an OpenAI-compatible model, configured through an API key and model name, with gpt-4o-mini as the default; the server degrades gracefully when the model call fails, and a free-text search mode works across all text columns without needing the model at all. Safety is the main design constraint. Access is strictly read-only, writes are blocked, generated statements pass through an SQL guard and input validation, queries are recorded in an audit log, and an optional bearer token protects the HTTP endpoint. Large result sets are paginated and streamed automatically so that memory use stays bounded, and connections come from a pool. Results can be rendered as an ASCII table, JSON or CSV. The server is a single Go binary served over streamable HTTP at a configurable address and path. It suits data teams and developers who want conversational analytics or ad-hoc exploration over production data through an agent, without granting the agent write access or building a bespoke query layer.
https://github.com/subnetmarco/pgmcp
Front-End Checklist is an open-source quality system for modern web development, offering comprehensive best practices for humans and AI agents.
FastMCP offers a Pythonic framework for building Model Context Protocol (MCP) servers and clients, facilitating structured communication for AI agents and models.
Local-first 3D building editor built with React Three Fiber and WebGPU that exposes an MCP service so AI agents can create and edit 3D scenes.
c/ua is a high-performance framework that enables AI agents to control full macOS and Linux operating systems within secure, lightweight virtual containers on Apple Silicon Macs, supporting complex autonomous workflows and LLM integration.
Nuclear is a free, open-source, ad-free music player for Windows, macOS, and Linux, featuring streaming from various sources, playlist management, a powerful plugin system, and integration with AI ...
MCP Toolbox for Databases is an open-source server that connects AI agents and applications to enterprise databases using the Model Context Protocol (MCP).
Model Context Protocol server that exposes thousands of Apify Actors as tools, letting AI agents scrape social media, search engines, maps and e-commerce sites over hosted HTTP or local stdio.
Cursor Talk to Figma MCP is an integration that enables Cursor AI to communicate with Figma programmatically for reading and modifying designs, automating and enhancing the design workflow.