Skip to content
Discussion options

You must be logged in to vote

Thank you for the screenshots. Yes, Codebase Memory can run on the remote SSH host, but the MCP entry must be configured in the remote environment rather than only in the local VS Code profile.

Install the binary on the remote host, then from the remote VS Code window run MCP: Open Remote User Configuration, or create .vscode/mcp.json in the remote workspace:

{
  "servers": {
    "codebase-memory": {
      "type": "stdio",
      "command": "/absolute/remote/path/to/codebase-memory-mcp",
      "args": [],
      "cwd": "${workspaceFolder}"
    }
  }
}

Then run MCP: List Servers and start or trust the entry. No additional local-side MCP configuration is needed for that remote workspace.

Our …

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@SinisterSpatula
Comment options

Comment options

You must be logged in to vote
1 reply
@SinisterSpatula
Comment options

Answer selected by SinisterSpatula
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants