You signed in with another tab or window. Reload
to refresh your session. You signed out in another tab or window. Reload
to refresh your session. You switched accounts on another tab or window. Reload
to refresh your session. Dismiss alert
ajeetraina / mcp-portal Public
A modern, community-driven collection of Dockerized Model Context Protocol (MCP) servers, tools, and resources.
3 stars
5 forks
Branches
Tags
Activity
Notifications
You must be signed in to change notification settings
main
Go to file
Code
| Name | | Name | Last commit message | Last commit date |
| --- | --- | --- | --- |
| Latest commit
-------------
ajeetraina
Merge pull request
#13
from vellankikoti/patch-1
Mar 28, 2025
127f61a
· Mar 28, 2025
History
-------
226 Commits
| | |
| .github/workflows | | .github/workflows | Fix baseurl in manual PR preview workflow for CNAME configuration | Mar 28, 2025 |
| _data | | _data | Update mcp_tools.yml | Mar 18, 2025 |
| _includes | | _includes | Remove duplicate logo text and simplify header | Mar 18, 2025 |
| _layouts | | _layouts | Fix labs-and-tutorials page to display full-width instead of boxed | Mar 19, 2025 |
| _site | | _site | Added .dockerignore | Mar 28, 2025 |
| assets | | assets | Fix labs-and-tutorials page to display full-width instead of boxed | Mar 19, 2025 |
| docs | | docs | Update mcp-101-lab.md for alignment 001 | Mar 28, 2025 |
| scripts | | scripts | Add Reddit updater workflow and documentation | Mar 16, 2025 |
| .dockerignore | | .dockerignore | Added .dockerignore | Mar 28, 2025 |
| CNAME | | CNAME | Update CNAME | Mar 26, 2025 |
| CONTRIBUTING.md | | CONTRIBUTING.md | Update CONTRIBUTING.md with Netlify PR preview information | Mar 28, 2025 |
| Dockerfile | | Dockerfile | containerised the app | Mar 28, 2025 |
| Gemfile | | Gemfile | Add remaining config files | Mar 16, 2025 |
| Gemfile.lock | | Gemfile.lock | containerised the app | Mar 28, 2025 |
| LICENSE | | LICENSE | Add remaining config files | Mar 16, 2025 |
| README.md | | README.md | Update README.md | Mar 28, 2025 |
| _config.yml | | _config.yml | Update _config.yml | Mar 26, 2025 |
| docker-compose.yml | | docker-compose.yml | containerised the app | Mar 28, 2025 |
| index.html | | index.html | Update index.html | Mar 26, 2025 |
| servers-table.html | | servers-table.html | Remove GitHub links from servers-table.html, keep only Docker Hub links | Mar 18, 2025 |
| tools-table.html | | tools-table.html | add | Mar 27, 2025 |
| tools.html | | tools.html | Update tools.html | Mar 26, 2025 |
| View all files | | |
A modern, community-driven collection of Model Context Protocol (MCP) servers, tools, and resources. This repository powers the website at https://mcp.collabnix.com
.
The MCP Community Portal aims to be the most comprehensive, up-to-date resource for integration with the Model Context Protocol (MCP). This portal showcases how Docker provides containerized MCP servers and integrates them with tools like Gordon AI.
The Model Context Protocol (MCP) is an open protocol designed by Anthropic that enables AI assistants such as Claude to interact with external tools and data sources in a standardized way.
Docker's role with MCP includes:
mcp/
namespacegordon-mcp.yml
configuration file (which is a Docker Compose file)Docker Hub hosts various MCP servers under the mcp/
namespace, including:
And many more, which are cataloged and documented in this portal.
We welcome contributions! To add an MCP server or tool to the list:
_data/mcp_servers.yml
or _data/mcp_tools.yml
For detailed instructions, please see CONTRIBUTING.md
.
When you submit a pull request, our automated system builds a preview of the site with your changes using Netlify. This allows you to see exactly how your contribution will appear on the live site before it's merged. A comment with a preview link will be automatically added to your PR once the build is complete.
git clone https://github.com/ajeetraina/mcp-portal
cd mcp-portal
docker compose up -d --build
To run this site locally:
Install Jekyll
Clone this repository
bundle install
bundle exec jekyll serve
http://localhost:4000
in your browserThis project is licensed under the MIT License - see the LICENSE
file for details.
A modern, community-driven collection of Dockerized Model Context Protocol (MCP) servers, tools, and resources.
No releases published
No packages published
You can’t perform that action at this time.