Commit Graph

2017 Commits

Author SHA1 Message Date
Luca Druda
4979ce5a5c add dockerhub mcp server 2025-07-08 11:46:56 +02:00
Frank Fiegel
8d3dae132b Merge pull request #1123 from YannBrrd/add-new-server
Add new Simple Snowflake MCP server
2025-07-08 04:51:33 -04:00
Frank Fiegel
57af785f30 Update README.md 2025-07-08 11:51:22 +03:00
Frank Fiegel
9a6f6ed37a Merge pull request #1122 from freema/add-freema-design-system-extractor-punkpeye
Add freema/mcp-design-system-extractor to multiple language READMEs
2025-07-08 04:50:57 -04:00
Frank Fiegel
bf93cff70f Merge pull request #1121 from 8bit-wraith/add-new-filesystem-server
Add smart-tree MCP server to File Systems section
2025-07-08 04:50:44 -04:00
Frank Fiegel
5499e9f63f Merge pull request #1120 from mqasimsarfraz/patch-1
Add Inspektor Gadget
2025-07-08 04:50:32 -04:00
Frank Fiegel
b8697bb0b2 Update README.md 2025-07-08 11:50:24 +03:00
Frank Fiegel
364689e3be Merge pull request #1119 from araa47/fix-jupiter-mcp-name
Edit repo link + add new feature to description for jupiter-mcp
2025-07-08 04:49:57 -04:00
Frank Fiegel
59e5a1d6b7 Merge pull request #1118 from zaizaizhao/add-new-server
Add new mcp-swagger-server server
2025-07-08 04:49:41 -04:00
Frank Fiegel
98eb83926a Merge pull request #1117 from bogdan01m/add-zapcap-server
Add zapcap-mcp-server for video processing
2025-07-08 04:49:28 -04:00
Frank Fiegel
cf76c66df8 Merge pull request #1116 from 2niuhe/add-plantuml
add plantuml tool
2025-07-08 04:49:11 -04:00
YANN BARRAUD
99fe51a338 Add new Simple Snowflake MCP server 2025-07-08 10:06:15 +02:00
graslt
6e56615c6c Add freema/mcp-design-system-extractor to multiple language READMEs 2025-07-08 09:51:55 +02:00
Wraith
6ec6c8c0d7 Add smart-tree MCP server to File Systems section
Added 8b-is/smart-tree to all language README files including the main English README.md
with appropriate translations. Smart Tree is an AI-native directory visualization tool
with semantic analysis, ultra-compressed formats for AI consumption, and 10x token reduction.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-07 17:07:35 -04:00
Qasim Sarfraz
58c37fa809 Add Inspektor Gadget 2025-07-07 23:01:26 +02:00
Akshay
78f54ce978 Edit repo link + add new feature to description 2025-07-08 00:58:52 +08:00
zaizaizhao
243ffc9508 Add new mcp-swagger-server server 2025-07-07 22:46:23 +08:00
bogdan01m
29f52266eb Add zapcap-mcp-server for video processing 2025-07-07 12:01:06 +05:00
2niuhe
54ce8d2452 add plantuml tool 2025-07-07 09:54:51 +08:00
Frank Fiegel
4aa1949437 Merge pull request #1100 from jacknagz/add-panther-mcp-server
Add Panther MCP server to Security section
2025-07-06 16:57:46 -04:00
Frank Fiegel
b99de4b296 Update README.md 2025-07-06 16:57:03 -04:00
Akshay
0baf5e3748 Add new jupiter ultra mcp server on solana 2025-07-07 03:16:56 +08:00
Jack Naglieri
fce9e4c35f add official + macOS badges 2025-07-06 11:31:42 -07:00
Frank Fiegel
c008cbb8e5 Update README.md 2025-07-06 08:06:22 -04:00
bgauryy
1f89ee5118 Add new MCP Octocode server
What is Octocode? 🐙
The perfect code assistant that can help understand anything. Octocode was built to understand connections between Github repositories and NPM packages under any privilege level you have. With AI-powered advanced search, heuristic discovery, and smart fallbacks, it makes GitHub's vast repository of knowledge truly searchable and analyzable.

It already integrated into
https://github.com/modelcontextprotocol/servers

You can visit here to learn more:
http://octocode.ai/
Server Details

This server knows to do smart code research and using users privileges (npm & github) to fetch and analysis code and docs in real time!
Motivation and Context

It started as a personal tool while working at Wix to solve the challenge of navigating large private/public codebases and keeping up with rapidly evolving technology.

Evolved from a side project into a comprehensive code assistant which in use in many teams and solves many problems that we needed to understand in a long time (e.g. legacy projects and complex dependencies trees). It also lets understand public code (I used this MCP to understand modelcontextprotocol better during development..)

Core Purpose:
Make code exploration as intelligent as having a senior developer guide you through any codebase
Help developers understand "how does this work?" rather than just managing projects

Key Problems it Solves:

    Code Understanding: Makes GitHub's vast repository of knowledge truly searchable and analyzable
    Connection Discovery: Built to understand connections between repositories and NPM packages across any privilege level
    Smart Search: Provides AI-powered advanced search with heuristic discovery and smart fallbacks

Unique Approach:

    Uses AI-powered search to find relevant code even with vague queries
    Maps relationships between NPM packages, repositories, and dependencies
    Works across public, private, and organization repositories
    Requires zero configuration and no personal access tokens (works using gh and npm CLI)

The tool essentially aims to be "the perfect code assistant that can help understand anything" by making complex codebases and technical implementations more accessible and understandable through intelligent search and discovery.
How Has This Been Tested?

I'm using it personally and many developers (mostly in WIx) are using it to solve day-to-day challenges. As a senior developer I leverage this tool to help others and let them find solutions themselves.
This MCP is heavily tested.
Additional context

The installation is super easy.

prerequisites:

    npm cli installed
    gh cli installed (brew install gh, gh auth login)

and then just configure the MCP:

    "octocdode-mcp": {
      "command": "npx",
      "args": [
        "octocode-mcp"
      ]
    },

How Octocode is different than Gitbhub Official MCP

ctocode MCP is superior to GitHub's official MCP in the manner of code research in several key ways:

    More Developer-Friendly: Built by developers for developers, focusing on real-world code exploration needs
    Smarter Search: More sophisticated search algorithms with better understanding of developer intent
    Ecosystem Integration: Unique integration of GitHub and NPM ecosystems provides a more complete development picture
    Better Results: More relevant and contextual results with intelligent analysis and filtering
    Performance: Smart caching and query optimization for faster responses

While GitHub's MCP provides solid basic functionality, Octocode is clearly designed for more sophisticated code exploration and understanding, making it the better choice for developers who need deep code insight and efficient navigation across almost any ecosystem.
2025-07-06 15:02:43 +03:00
Frank Fiegel
18748abc6e Merge pull request #1111 from kaeawc/patch-1
Add AutoMobile to the list
2025-07-06 07:29:53 -04:00
Frank Fiegel
8c507c8895 Merge pull request #1112 from imprvhub/main
Add multiple MCP integrations
2025-07-06 07:29:37 -04:00
Frank Fiegel
fdad1db42b Update README.md 2025-07-06 07:29:05 -04:00
Ankit Malik
a0d278baab Add notion-mcp-server - comprehensive Notion MCP integration
- Added ankitmalik84/notion-mcp-server with enhanced functionality
- Features robust error handling and production-ready capabilities
2025-07-06 16:34:22 +05:30
Iván Luna
63584925fa Add multiple MCP integrations from @imprvhub
- Added imprvhub/mcp-browser-agent for autonomous browser automation.
- Included imprvhub/mcp-status-observer for monitoring operational status of digital platforms.
- Introduced imprvhub/mcp-domain-availability for checking domain availability across TLDs.
- Added imprvhub/mcp-claude-hackernews for interaction with Hacker News.
- Included imprvhub/mcp-rss-aggregator for aggregating RSS feeds.
- Added imprvhub/mcp-claude-spotify that allows Claude Desktop to interact and control Spotify.
2025-07-06 01:31:17 -03:00
Frank Fiegel
137d547a1c Merge pull request #1101 from faris1958/main
Add Stape and GTM MCP servers under Marketing section
2025-07-05 20:00:32 -04:00
Faris
f1774e35bc Update README.md with correct emojis from official index 2025-07-06 01:41:53 +03:00
Jason Pearson
9574231622 Add AutoMobile to the list 2025-07-05 17:36:32 -05:00
Frank Fiegel
a1d97cb925 Merge pull request #1110 from pedcru/add-mcp-internet-speed-test
Add mcp internet speed test server to Monitoring section
2025-07-05 18:06:03 -04:00
Frank Fiegel
45217ec10e Merge pull request #1104 from 2niuhe/main
add qrcode generator mcp tool
2025-07-05 18:03:54 -04:00
Frank Fiegel
c7fd495857 Merge pull request #1098 from MoritzKa/patch-1
feat: add Alby MCP server
2025-07-05 18:03:15 -04:00
Pedro Cruz
77c3f97c77 Add mcp-internet-speed-test MCP server to Monitoring section
- Internet speed testing with network performance metrics
- Supports download/upload speed, latency, jitter analysis
- CDN server detection with geographic mapping
- Available on PyPI as mcp-internet-speed-test
- Python-based MCP server for cloud services
2025-07-04 23:13:12 -06:00
2niuhe
c396b34604 add qrcode generator mcp tool 2025-07-04 00:05:07 +08:00
Pearch-ai
0bd1628a4a Merge branch 'main' into pearch 2025-07-03 08:26:39 +02:00
Pearch-ai
49e5383666 fix name 2025-07-03 06:22:38 +00:00
Faris
b366afc4bf Update README.md
Added Stape MCP server and Google Tag Manager MCP server repo links under the Marketing section
2025-07-03 01:38:01 +03:00
Jack Naglieri
f892e82539 Update Panther MCP description to include SIEM acronym
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-02 10:54:43 -07:00
Jack Naglieri
1ec89c9477 Add Panther MCP server to Security section
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-02 10:51:33 -07:00
Moritz Kaminski
6b6cb3d59f feat: add Alby MCP server 2025-07-02 14:48:02 +02:00
Frank Fiegel
8ef8ca4d7d Merge pull request #1091 from tipdotmd/main
Add tip-md-x402-mcp-server for cryptocurrency tipping via AI interfaces
2025-07-01 22:48:37 -04:00
R0am
f4560650f5 Update README.md 2025-07-02 10:42:44 +08:00
Frank Fiegel
4de7b36f19 Merge pull request #1092 from misiektoja/add-kill-process-mcp
Add kill-process-mcp server
2025-07-01 22:39:37 -04:00
Frank Fiegel
88b8a7f0ec Merge pull request #1093 from xizhibei/main
Add 1mcp/agent
2025-07-01 22:39:16 -04:00
Frank Fiegel
c7c56dbee0 Merge pull request #1095 from hileamlakB/add-new-server
Add PRIMS MCP server to the list
2025-07-01 22:38:48 -04:00
Frank Fiegel
5d4d99d7bb Update README.md 2025-07-01 22:38:31 -04:00