MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

MCP server to store / search data

Created 4/9/2025
Updated 5 months ago
Repository documentation and setup instructions

MCP Memory Server

Runs as an HTTP/SSE server on http://127.0.0.1:3456

Needs a postgres connection on localhost:5432 with credentials postgres:postgres

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/pydantic/mcpdb
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "pydantic-mcpdb": { "command": "git", "args": [ "clone", "https://github.com/pydantic/mcpdb" ] } } }