Summary
To help developers immediately protect their MCP setups with pre-commit inverse escrow and DSSE receipts, we should add copy-pasteable configuration examples for popular MCP servers in docs/guides/mcp-quickstart.md:
- Filesystem MCP (
@modelcontextprotocol/server-filesystem)
- Git MCP (
@modelcontextprotocol/server-git)
- SQLite / Postgres MCP
- Shell / Command Execution MCP
Example format
{
"mcpServers": {
"filesystem": {
"command": "gx",
"args": ["wrap", "--", "npx", "-y", "@modelcontextprotocol/server-filesystem", "/path/to/repo"]
}
}
}
Good first issue for anyone wanting to improve developer onboarding documentation.
Summary
To help developers immediately protect their MCP setups with pre-commit inverse escrow and DSSE receipts, we should add copy-pasteable configuration examples for popular MCP servers in
docs/guides/mcp-quickstart.md:@modelcontextprotocol/server-filesystem)@modelcontextprotocol/server-git)Example format
{ "mcpServers": { "filesystem": { "command": "gx", "args": ["wrap", "--", "npx", "-y", "@modelcontextprotocol/server-filesystem", "/path/to/repo"] } } }Good first issue for anyone wanting to improve developer onboarding documentation.