Setting the file. One moment.
Subchapter 73.7
references/module-6-mcp.mdMarkdown1 KBView on GitHub
| Command | What it does |
|---|---|
/mcp | List connected MCP servers |
/mcp add <name> <command> | Add a new MCP server |
@modelcontextprotocol/server-postgres — Query PostgreSQL databases@modelcontextprotocol/server-sqlite — Query SQLite databases@modelcontextprotocol/server-filesystem — Access local files with permissions@modelcontextprotocol/server-memory — Persistent knowledge graph@modelcontextprotocol/server-puppeteer — Browser automation| Level | File |
|---|---|
| User | ~/.copilot/mcp-config.json |
| Project | .github/mcp-config.json |
{
"mcpServers": {
"my-server": {
"command": "npx",
"args": ["@modelcontextprotocol/server-postgres", "{{env.DATABASE_URL}}"],
"env": { "NODE_ENV": "development" }
}
}
}{{env.SECRET}}