Skip to content
VS Code

mcp server for VS Code

io.github.facehunch/mcp-server

Read-only MCP connector for Facehunch saved reports, access status and available source links.

client:VS Code transport:streamable-http runtime:npm

Install mcp server in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-server": {
      "type": "http",
      "url": "https://mcp.facehunch.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mcp server in other clients