Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add sqlite link
  • Loading branch information
GarvanD authored Nov 21, 2024
1 parent 67b071f commit ae8c82c
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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.
Expand All @@ -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
Expand All @@ -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!
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!

0 comments on commit ae8c82c

Please sign in to comment.