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
Copy file name to clipboardExpand all lines: examples.mdx
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,31 +10,31 @@ This page showcases various Model Context Protocol (MCP) servers that demonstrat
10
10
These official reference servers demonstrate core MCP features and SDK usage:
11
11
12
12
### 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
17
17
18
18
### 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
23
23
24
24
### 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
28
28
29
29
### 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
33
33
34
34
### 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
0 commit comments