Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,16 +116,13 @@ Additional examples of using the Claude Desktop as an MCP client might look like
"command": "uvx",
"args": ["mcp-server-git", "--repository", "path/to/git/repo"]
},
"github": {
"time": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
}
"args": ["-y", "@modelcontextprotocol/server-time"]
},
"postgres": {
"memory": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-postgres", "postgresql://localhost/mydb"]
"args": ["-y", "@modelcontextprotocol/server-memory"]
}
}
}
Expand All @@ -145,6 +142,10 @@ See [ADDITIONAL.md](ADDITIONAL.md) for a curated list of frameworks and resource

See [CONTRIBUTING.md](CONTRIBUTING.md) for information about contributing to this repository.

## 📦 Releasing

See [RELEASING.md](RELEASING.md) for how packages are published (OIDC trusted publishing from CI — no registry tokens) and how to retry a failed publish.

## 🔒 Security

See [SECURITY.md](SECURITY.md) for reporting security vulnerabilities.
Expand Down