diff --git a/README.md b/README.md
index 513b1571..7e9c51cb 100644
--- a/README.md
+++ b/README.md
@@ -51,6 +51,7 @@ Official integrations are maintained by companies building production ready MCP
-
[Search1API](https://github.com/fatwang2/search1api-mcp) - One API for Search, Crawling, and Sitemaps
-
**[Qdrant](https://github.com/qdrant/mcp-server-qdrant/)** - Implement semantic memory layer on top of the Qdrant vector search engine
-
**[Metoro](https://github.com/metoro-io/metoro-mcp-server)** - Query and interact with kubernetes environments monitored by Metoro
+-
**[Meilisearch](https://github.com/meilisearch/meilisearch-mcp)** - Interact & query with Meilisearch (Full-text & semantic search API)
### 🌎 Community Servers
diff --git a/src/git/README.md b/src/git/README.md
index cb22629e..f0855695 100644
--- a/src/git/README.md
+++ b/src/git/README.md
@@ -213,7 +213,7 @@ If you are doing local development, there are two ways to test your changes:
```json
{
"mcpServers": {
- "brave-search": {
+ "git": {
"command": "docker",
"args": [
"run",
diff --git a/src/github/README.md b/src/github/README.md
index 14bab491..d2277ab0 100644
--- a/src/github/README.md
+++ b/src/github/README.md
@@ -257,10 +257,10 @@ To use this with Claude Desktop, add the following to your `claude_desktop_confi
"args": [
"-y",
"@modelcontextprotocol/server-github"
- ]
- },
- "env": {
- "GITHUB_PERSONAL_ACCESS_TOKEN": ""
+ ],
+ "env": {
+ "GITHUB_PERSONAL_ACCESS_TOKEN": ""
+ }
}
}
}