MCP Library
Model Context Protocol servers that give AI agents real-world capabilities. Each entry includes tools, install commands, and transport details.
Machine-readable: GET /api/v1/mcps · ?capability=read_file
2 servers
Postgres MCP
open sourcestdioGive AI agents read access to any PostgreSQL database via natural language
An official MCP server that connects AI agents directly to a PostgreSQL database. Agents can list tables, inspect schemas, and run read-only SQL queries, enabling agents to answer data questions without a separate data pipeline.
SQLite MCP
open sourcestdioFull read and write access to a local SQLite database with schema inspection
Official MCP server for SQLite databases. Unlike the Postgres MCP (read-only), this server supports full read and write operations, agents can create tables, insert rows, run queries, and inspect schema. Ideal for agents that need lightweight persistent storage without an external database.