{ "mcpServers": { "lakehouse": { "command": "bun", "args": ["run", "/home/profit/lakehouse/mcp-server/index.ts"], "env": { "LAKEHOUSE_URL": "http://localhost:3100", "MCP_TRANSPORT": "stdio" } }, "gitea": { "command": "bunx", "args": ["gitea-mcp"], "env": { "GITEA_HOST": "https://git.agentview.dev", "GITEA_ACCESS_TOKEN": "SET_ME_FROM_GITEA_UI_USER_SETTINGS_APPLICATIONS" } } } }