Skip to content

docs: Quickstart guide & drop-in configuration for popular MCP servers (filesystem, git, sqlite) #8

Description

@mahirhir

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:

  1. Filesystem MCP (@modelcontextprotocol/server-filesystem)
  2. Git MCP (@modelcontextprotocol/server-git)
  3. SQLite / Postgres MCP
  4. 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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions