MCP Server
io.github.jessedu29260-netizen/bakeryos MCP Server
io.github.jessedu29260-netizen/bakeryos
What is the io.github.jessedu29260-netizen/bakeryos MCP server?
BakeryOS bakery-management MCP — recipes, costs, production; propose changes via OAuth.
How to install io.github.jessedu29260-netizen/bakeryos
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"bakeryos": {
"url": "https://app.bakeryos.io/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"bakeryos": {
"serverUrl": "https://app.bakeryos.io/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"bakeryos": {
"type": "http",
"url": "https://app.bakeryos.io/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"bakeryos": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://app.bakeryos.io/mcp"
]
}
}
}Claude Code
claude mcp add --transport http bakeryos https://app.bakeryos.io/mcpRelated MCP servers
Booboo
Active
Query your AI system's wiring, knowledge, memory, agents and crons as one rooted graph over MCP.
1
View repository →TypeScript
MIT