Skip to content

Commit 19a38b9

Browse files
authored
Merge pull request #75 from morinokami/patch-1
Fix broken links in examples.mdx file
2 parents 927c3a0 + 97e0a2b commit 19a38b9

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

examples.mdx

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,31 +10,31 @@ This page showcases various Model Context Protocol (MCP) servers that demonstrat
1010
These official reference servers demonstrate core MCP features and SDK usage:
1111

1212
### Data and file systems
13-
- **[Filesystem](src/filesystem)** - Secure file operations with configurable access controls
14-
- **[PostgreSQL](src/postgres)** - Read-only database access with schema inspection capabilities
15-
- **[SQLite](src/sqlite)** - Database interaction and business intelligence features
16-
- **[Google Drive](src/gdrive)** - File access and search capabilities for Google Drive
13+
- **[Filesystem](https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem)** - Secure file operations with configurable access controls
14+
- **[PostgreSQL](https://github.com/modelcontextprotocol/servers/tree/main/src/postgres)** - Read-only database access with schema inspection capabilities
15+
- **[SQLite](https://github.com/modelcontextprotocol/servers/tree/main/src/sqlite)** - Database interaction and business intelligence features
16+
- **[Google Drive](https://github.com/modelcontextprotocol/servers/tree/main/src/gdrive)** - File access and search capabilities for Google Drive
1717

1818
### Development tools
19-
- **[Git](src/git)** - Tools to read, search, and manipulate Git repositories
20-
- **[GitHub](src/github)** - Repository management, file operations, and GitHub API integration
21-
- **[GitLab](src/gitlab)** - GitLab API integration enabling project management
22-
- **[Sentry](src/sentry)** - Retrieving and analyzing issues from Sentry.io
19+
- **[Git](https://github.com/modelcontextprotocol/servers/tree/main/src/git)** - Tools to read, search, and manipulate Git repositories
20+
- **[GitHub](https://github.com/modelcontextprotocol/servers/tree/main/src/github)** - Repository management, file operations, and GitHub API integration
21+
- **[GitLab](https://github.com/modelcontextprotocol/servers/tree/main/src/gitlab)** - GitLab API integration enabling project management
22+
- **[Sentry](https://github.com/modelcontextprotocol/servers/tree/main/src/sentry)** - Retrieving and analyzing issues from Sentry.io
2323

2424
### Web and browser automation
25-
- **[Brave Search](src/brave-search)** - Web and local search using Brave's Search API
26-
- **[Fetch](src/fetch)** - Web content fetching and conversion optimized for LLM usage
27-
- **[Puppeteer](src/puppeteer)** - Browser automation and web scraping capabilities
25+
- **[Brave Search](https://github.com/modelcontextprotocol/servers/tree/main/src/brave-search)** - Web and local search using Brave's Search API
26+
- **[Fetch](https://github.com/modelcontextprotocol/servers/tree/main/src/fetch)** - Web content fetching and conversion optimized for LLM usage
27+
- **[Puppeteer](https://github.com/modelcontextprotocol/servers/tree/main/src/puppeteer)** - Browser automation and web scraping capabilities
2828

2929
### Productivity and communication
30-
- **[Slack](src/slack)** - Channel management and messaging capabilities
31-
- **[Google Maps](src/google-maps)** - Location services, directions, and place details
32-
- **[Memory](src/memory)** - Knowledge graph-based persistent memory system
30+
- **[Slack](https://github.com/modelcontextprotocol/servers/tree/main/src/slack)** - Channel management and messaging capabilities
31+
- **[Google Maps](https://github.com/modelcontextprotocol/servers/tree/main/src/google-maps)** - Location services, directions, and place details
32+
- **[Memory](https://github.com/modelcontextprotocol/servers/tree/main/src/memory)** - Knowledge graph-based persistent memory system
3333

3434
### AI and specialized tools
35-
- **[EverArt](src/everart)** - AI image generation using various models
36-
- **[Sequential Thinking](src/sequentialthinking)** - Dynamic problem-solving through thought sequences
37-
- **[AWS KB Retrieval](src/aws-kb-retrieval)** - Retrieval from AWS Knowledge Base using Bedrock Agent Runtime
35+
- **[EverArt](https://github.com/modelcontextprotocol/servers/tree/main/src/everart)** - AI image generation using various models
36+
- **[Sequential Thinking](https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking)** - Dynamic problem-solving through thought sequences
37+
- **[AWS KB Retrieval](https://github.com/modelcontextprotocol/servers/tree/main/src/aws-kb-retrieval-server)** - Retrieval from AWS Knowledge Base using Bedrock Agent Runtime
3838

3939
## Official integrations
4040

0 commit comments

Comments
 (0)