ajeetraina_docker_mcp_portal

ajeetraina_docker_mcp_portal

by ajeetraina

License

Skip to content

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.

mcp.collabnix.com

License

MIT license

3 stars
5 forks
Branches
Tags
Activity

Star

Notifications
You must be signed in to change notification settings

ajeetraina/mcp-portal

main

18 Branches
0 Tags


Go to file

Code

Folders and files

| Name | | Name | Last commit message | Last commit date |
| --- | --- | --- | --- |
| Latest commit
-------------

ajeetraina
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 | | |

Repository files navigation

MCP Community Portal

A modern, community-driven collection of Model Context Protocol (MCP) servers, tools, and resources. This repository powers the website at https://mcp.collabnix.com
.

About

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.

What is the Model Context Protocol (MCP) and Docker's Role?

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:

  • Official Container Images: Docker has partnered with Anthropic to build and maintain container images for MCP servers, available on Docker Hub under the mcp/ namespace
  • Gordon AI Integration: Docker's CLI AI assistant "Gordon" can interact with MCP servers through a gordon-mcp.yml configuration file (which is a Docker Compose file)
  • Security and Isolation: Running MCP servers as containers provides security, isolation, and resource management benefits
  • Extensibility: Users can leverage Docker Compose's features to extend MCP server capabilities with bind mounts, environment variables, and other Docker features

MCP Servers Available on Docker Hub

Docker Hub hosts various MCP servers under the mcp/ namespace, including:

  • mcp/time: Provides time-related capabilities for AI assistants
  • mcp/fetch: Enables web content retrieval
  • mcp/filesystem: Allows secure file operations with configurable access controls
  • mcp/postgres: Provides database interaction capabilities
  • mcp/git: Enables Git repository management
  • mcp/sqlite: Offers SQLite database interaction
  • mcp/github: Facilitates GitHub repository management

And many more, which are cataloged and documented in this portal.

Contributing

We welcome contributions! To add an MCP server or tool to the list:

  1. Fork this repository
  2. Add your entry to _data/mcp_servers.yml or _data/mcp_tools.yml
  3. Submit a pull request
  4. Preview your changes with our PR preview system before they're merged

For detailed instructions, please see CONTRIBUTING.md
.

PR Preview Feature

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.

Local Development

Using Docker

git clone https://github.com/ajeetraina/mcp-portal
cd mcp-portal
docker compose up -d --build

Without Docker

To run this site locally:

  1. Install Jekyll

  2. Clone this repository

  3. Run bundle install
  4. Run bundle exec jekyll serve
  5. Open http://localhost:4000 in your browser

Features

  • Modern UI: Clean, responsive design
  • Filtering: Filter by tags, search by name
  • Sorting: Sort by date added, alphabetically
  • One-click copy: Copy Docker pull commands with a single click
  • Community-driven: Easy contribution process
  • Mobile-friendly: Works on all devices
  • PR Preview: See your changes live before they're merged

License

This project is licensed under the MIT License - see the LICENSE
file for details.

Acknowledgments

  • All contributors who have submitted their MCP implementations
  • The Collabnix
    community
  • Docker for creating container images for MCP servers
  • Anthropic for developing the Model Context Protocol standard

About

A modern, community-driven collection of Dockerized Model Context Protocol (MCP) servers, tools, and resources.

mcp.collabnix.com

Resources

Readme

License

MIT license

Activity

Stars

3 stars

Watchers

2 watching

Forks

5 forks

Report repository

Releases


No releases published

Packages 0


No packages published

Contributors 3


Languages

You can’t perform that action at this time.

Features & Capabilities

Categories
mcp_server model_context_protocol

Implementation Details

Stats

0 Views
3 GitHub Stars

Repository Info

ajeetraina Organization

Similar MCP Servers

continuedev_continue by continuedev
25049
21423
9300