Common MCP servers
The following MCP servers are available from the official @modelcontextprotocol npm scope. Install
any of these with npx -y @modelcontextprotocol/server-<name>. Any stdio MCP server works with
mcp-bridge and mcp-gateway regardless of language or runtime.
| Package | Purpose |
|---|---|
@modelcontextprotocol/server-filesystem | File operations |
@modelcontextprotocol/server-github | GitHub integration |
@modelcontextprotocol/server-fetch | Web content fetching |
@modelcontextprotocol/server-memory | Knowledge graph memory |
@modelcontextprotocol/server-postgres | PostgreSQL queries |
@modelcontextprotocol/server-sqlite | SQLite database |