Oyster is an MCP server. Any AI that speaks the protocol can control your workspace.
claude mcp add --scope user --transport http oyster http://localhost:4444/mcp/
{
"mcpServers": {
"oyster": {
"url": "http://localhost:4444/mcp/"
}
}
}
{
"servers": {
"oyster": {
"type": "http",
"url": "http://localhost:4444/mcp/"
}
}
}
{
"mcpServers": {
"oyster": {
"serverUrl": "http://localhost:4444/mcp/"
}
}
}
Your AI can chain these together. Ask it to onboard a project, create a summary, and organise everything into spaces — all from one prompt.
npm install -g oyster-osoyster