Model Context Protocol (MCP) server implementations and examples.
The Model Context Protocol is a standard for connecting AI assistants to external tools and data sources.
- HOL Registry MCP - Agent discovery and registry integration (HOL.org)
- Filesystem MCP - Local file access
- GitHub MCP - Repository operations
- PostgreSQL MCP - Database queries
The HOL Registry provides an MCP server for agent discovery:
{
"mcpServers": {
"hol-registry": {
"url": "https://hol.org/mcp",
"description": "Universal Agent Registry"
}
}
}Add your MCP server examples via PR.