Skip to content
VS Code

ten for VS Code

io.github.johnbeans/ten

Ten formal algebra for machine intelligence — encode, decode, compose, and verify

client:VS Code transport:stdio runtime:pypi

Install ten in VS Code

.vscode/mcp.json

{
  "servers": {
    "ten": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ten-mcp-server"
      ]
    }
  }
}

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

ten in other clients