From ae8c82c2d78b809980284fcd5f20894de6c4dc04 Mon Sep 17 00:00:00 2001 From: Garvan Doyle Date: Thu, 21 Nov 2024 03:18:28 -0500 Subject: [PATCH] Update README.md Add sqlite link --- README.md | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 71a5ef76..c10d7735 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ A collection of reference implementations and community-contributed servers for ## 🌟 Featured Servers +- **[SQLite](src/sqlite)** - Read and Write access to a local SQLite database with a helpful demo prompt to get started - **[Filesystem](src/filesystem)** - Secure file operations with configurable access controls - **[GitHub](src/github)** - Repository management, file operations, and GitHub API integration - **[Google Drive](src/gdrive)** - File access and search capabilities for Google Drive @@ -17,6 +18,7 @@ A collection of reference implementations and community-contributed servers for - **[Brave Search](src/brave-search)** - Web and local search using Brave's API - **[Google Maps](src/google-maps)** - Location services, directions, and place details + ## 🚀 Getting Started ### Installation @@ -31,16 +33,6 @@ npm install -g @modelcontextprotocol/server-filesystem # etc... ``` -### Usage - -Each server can be run directly from the command line: - -```bash -mcp-server-github -mcp-server-filesystem ~/allowed/path -mcp-server-postgres "postgresql://localhost/mydb" -``` - ## 🛠️ Creating Your Own Server Interested in creating your own MCP server? Visit the official documentation at [modelcontextprotocol.io/introduction](https://modelcontextprotocol.io/introduction) for comprehensive guides, best practices, and technical details on implementing MCP servers. @@ -65,13 +57,7 @@ We welcome contributions from the community! Whether you're fixing bugs, adding - Include a comprehensive README.md - Follow the implementation guidelines from [modelcontextprotocol.io](https://modelcontextprotocol.io) -4. **Build & Test**: - ```bash - npm run build - npm test - ``` - -5. **Submit a Pull Request**: +4. **Submit a Pull Request**: - Describe your changes in detail - Reference any related issues - Follow the existing code style @@ -98,4 +84,4 @@ If you find MCP servers useful, please consider: --- -Managed by Anthropic, but built together with the community. The Model Context Protocol is open source and we encourage everyone to contribute their own servers and improvements! \ No newline at end of file +Managed by Anthropic, but built together with the community. The Model Context Protocol is open source and we encourage everyone to contribute their own servers and improvements!