Commit Graph

3408 Commits

Author SHA1 Message Date
Ivan Zaikin
1c439abe10 Modify Sentry MCP server link description
Updated the description of the Sentry MCP server link to include cloud support.
2026-01-19 21:33:53 +07:00
Ivan Zaikin
f250d11e13 Add utapyngo/sentry-mcp-rs 2026-01-19 21:28:56 +07:00
Michael Kantor
414cb104ba Simplify description 2026-01-19 08:21:46 -05:00
Marc Chametzky
d35a048afa Add Daghis/teamcity-mcp to Developer Tools
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-19 08:18:45 -05:00
Vedad Sose
2c77d3f5f2 Add ovlabs/mcp-server-originalvoices server 2026-01-19 16:28:50 +07:00
Frank Fiegel
60230acc58 Merge pull request #1699 from sahip9211/testdino
Adding Testdino to awesome-mcp-servers
2026-01-19 03:26:54 -06:00
Sahil Patel
c21793729e Adding Testdino to awesome-mcp-servers
Adding Testdino to awesome-mcp-servers
2026-01-19 14:16:35 +05:30
Frank Fiegel
1cb679a411 Merge pull request #1577 from de-grave/onekgp-mcp
Update: new repo for 1000 Genomes Project dataset MCP server
2026-01-18 22:34:55 -06:00
Gridinsoft
27b1e7e869 Add gridinsoft/mcp-inspector to Security section 2026-01-18 14:54:19 -08:00
Sidney Bissoli
a66eae6ccc Add ibge-br-mcp - Brazilian Census Bureau (IBGE) data server 2026-01-18 14:44:00 -03:00
Danila Poyarkov
4aa6ca2577 Add figma-use MCP server 2026-01-18 12:05:37 +03:00
Frank Fiegel
72bf59ec65 Merge pull request #1687 from pfergi42/add-lightning-faucet-mcp
Add Lightning Faucet MCP Server to Finance & Fintech
2026-01-17 16:45:18 -06:00
Alex Sato
508c4d2b8a Add lightningfaucet/mcp-server - Bitcoin Lightning wallet for AI agents 2026-01-17 14:39:43 -08:00
Frank Fiegel
06b634d7c2 Merge pull request #1691 from jasonwilbur/add-oci-pricing-mcp
Add oci-pricing-mcp - Oracle Cloud Infrastructure pricing for Claude
2026-01-17 16:17:56 -06:00
Jason Wilbur
a451dadbf9 Add oci-pricing-mcp to Cloud Platforms section 2026-01-17 09:10:14 -08:00
Michael Kantor
96f2da288f Add HOL Hashnet MCP Server
Signed-off-by: Michael Kantor <6068672+kantorcodes@users.noreply.github.com>
2026-01-17 11:37:36 -05:00
Enes K
4fe3a50bf3 Fix: Update VAP link to public showcase repo 2026-01-17 12:53:36 +03:00
Enes K
51457a2689 Add VAP - Execution Control Layer for AI Agents 2026-01-17 12:25:46 +03:00
Shehab Tarek
25d9b58260 Add agent-skill-loader MCP server 2026-01-17 03:05:50 +02:00
Lasha Efremidze
1f87af4ff9 Enhance swift-mcp entry with additional emojis
Updated the swift-mcp entry to include additional emojis for better categorization.
2026-01-16 14:25:35 -08:00
Lasha Efremidze
73aeae41bf Update swift-mcp link and remove unnecessary icons 2026-01-16 14:20:22 -08:00
Frank Fiegel
71d3a3e616 Merge pull request #1686 from ybouhjira/add-claude-code-tts
Add claude-code-tts to Text-to-Speech section
2026-01-16 08:49:40 -06:00
Youssef Bouhjira
63f35c41b9 Add claude-code-tts to Text-to-Speech section 2026-01-16 10:08:14 +01:00
Lasha Efremidze
59b2806995 Update README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-15 12:42:03 -08:00
Copilot
6fae4ab8bb Add swift-mcp to Developer Tools section (#1) 2026-01-15 12:17:12 -08:00
Frank Fiegel
461677a536 Merge pull request #1683 from pilat/add-mcp-datalink
Add pilat/mcp-datalink
2026-01-15 13:27:23 -06:00
Vladimir Urushev
8a0bb23d12 Add mcp-datalink server 2026-01-15 19:57:03 +01:00
Serkan ÖZAL
b710cce9e3 Add serkan-ozal/browser-devtools-mcp to README 2026-01-15 17:44:10 +03:00
Frank Fiegel
d07e2bbbc7 Merge pull request #1680 from ericbrown/main
Add project-context-mcp to Developer Tools
2026-01-15 08:39:29 -06:00
Frank Fiegel
c1773762b1 Update README.md 2026-01-14 18:47:55 -06:00
Eric D. Brown
3faf9b7b5c Add project-context-mcp to Developer Tools
## Add project-context-mcp

  **Give Claude Code instant access to your project's institutional knowledge.**

  ### The Problem

  You're working with Claude Code on a complex project. Claude is smart, but it doesn't know your team's coding conventions, why you chose that architecture, or the gotchas in your codebase. You end up copy-pasting the same context into every conversation.

  ### The Solution

  Create a `.context/` folder. Drop in your docs. Now when you type `@` in Claude Code, your context files appear right alongside your source files:

  Help me add a new API endpoint @api-patterns.md @conventions.md

  One mention and Claude knows exactly how your team structures code.

  ### Features

  - **Zero config** - Just create `.context/` and go
  - **Selective inclusion** - Only include relevant docs per task (unlike CLAUDE.md which is always included)
  - **Supports everything** - Markdown, YAML, JSON, SQL, code examples, and more
  - **Smart naming** - Extracts titles from markdown headings for clean autocomplete

  ### Perfect for

  - Team coding conventions and standards
  - Architecture decision records
  - API design patterns
  - Database schemas and gotchas
  - Domain glossaries for complex industries

  ### Quick Start

  ```bash
  claude mcp add project-context -s user -- uvx project-context-mcp

  Links

  - GitHub: https://github.com/ericbrown/project-context-mcp
  - PyPI: https://pypi.org/project/project-context-mcp/

  ---
  Built for developers who are tired of repeating themselves.
2026-01-14 15:03:43 -07:00
Yuval
40301e08be Add claudia to Workplace & Productivity section
Claudia is an AI-native task management system designed for Claude agents,
featuring hierarchical tasks, dependencies, sprints, acceptance criteria,
and multi-agent coordination with MCP server integration.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 22:01:40 +02:00
ndkasndakn
3d38490cdb Add refund.decide.fyi MCP server to Finance & Fintech 2026-01-14 20:07:21 +01:00
Frank Fiegel
309b1ed30f Merge pull request #1677 from bluzername/add-lennys-podcast-mcp
Add Lenny's Podcast Wisdom MCP server
2026-01-14 09:30:39 -06:00
bluzername
3918107e6b Add Lenny's Podcast Wisdom MCP server to Knowledge & Memory section 2026-01-14 22:15:11 +07:00
William Marceau
fc54aa85cd Add MarceauSolutions MCP servers
Added 5 MCP servers from MarceauSolutions:
- md-to-pdf-mcp: Markdown to PDF conversion (File Systems)
- amazon-seller-mcp: Amazon Seller Central operations (Workplace)
- fitness-influencer-mcp: Content creator workflows (Social Media)
- rideshare-comparison-mcp: Uber/Lyft price comparison (Travel)
- hvac-quotes-mcp: HVAC RFQ management (Workplace)
2026-01-14 10:11:06 -05:00
forest6511
1e892c1af0 Add secretctl - AI-safe secrets manager MCP server 2026-01-14 08:42:26 +09:00
Pushkaraj Kulkarni
ab5eae095e Add ContextMCP to Knowledge & Memory section 2026-01-14 00:43:24 +05:30
Ethan Barsketis
0730d493c6 Merge pull request #1 from etbars/etbars-patch-2
Added VibeTrader MCP server to the Finance section.
 
VibeTrader is an AI-powered trading bot platform that lets users create automated trading strategies using natural language. It connects to Alpaca brokerage for stocks and crypto trading.
 
- 🐍 Python-based MCP server
- ☁️ Hosted service available
- Features: bot creation, portfolio management, backtesting, trade execution
2026-01-13 17:37:53 +02:00
Ethan Barsketis
0d94c71634 Update README.md 2026-01-13 17:35:37 +02:00
Ethan Barsketis
a4b31af174 Added VibeTrader MCP 2026-01-13 17:28:37 +02:00
Frank Fiegel
e6bd662d1f Merge pull request #1668 from MervinPraison/add-praisonai
Add PraisonAI to Frameworks section
2026-01-13 02:02:01 -06:00
Mervin Praison
c56cca2710 Add PraisonAI to Frameworks section 2026-01-13 07:59:23 +00:00
Frank Fiegel
8683c38a9b Merge pull request #1666 from bradleylab/main
Add bradleylab/stella-mcp to integrations list
2026-01-13 00:41:26 -06:00
bradleylab
98563dd43a Add bradleylab/stella-mcp to integrations list
MCP server for creating and manipulating Stella system dynamics models
2026-01-12 20:44:45 -06:00
kukapay
ae754c4e3d Add dexscreener-trending-mcp 2026-01-12 18:05:49 +08:00
Frank Fiegel
04894f59a0 Merge pull request #1663 from mercurialsolo/add-counsel-mcp
Add mercurialsolo/counsel-mcp server
2026-01-12 01:34:26 -06:00
Barada Sahu
fcfeca2be3 Add mercurialsolo/counsel-mcp server 2026-01-11 18:42:39 +05:30
Frank Fiegel
dff246dcda Merge pull request #1662 from cevatkerim/add-unsplash-mcp
Add cevatkerim/unsplash-mcp server
2026-01-10 17:09:45 -06:00
Kerim Incedayi
38669ca79e Add cevatkerim/unsplash-mcp server 2026-01-10 20:36:56 +00:00