Skip to content

internet-dot/mcp-server-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

MCP Server Examples

Model Context Protocol (MCP) server implementations and examples.

What is MCP?

The Model Context Protocol is a standard for connecting AI assistants to external tools and data sources.

Official MCP Servers

  • HOL Registry MCP - Agent discovery and registry integration (HOL.org)
  • Filesystem MCP - Local file access
  • GitHub MCP - Repository operations
  • PostgreSQL MCP - Database queries

Example: HOL Registry MCP

The HOL Registry provides an MCP server for agent discovery:

{
  "mcpServers": {
    "hol-registry": {
      "url": "https://hol.org/mcp",
      "description": "Universal Agent Registry"
    }
  }
}

Resources

Contributing

Add your MCP server examples via PR.

About

Model Context Protocol server examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors