MCP Marketplace
MCP docs →Curated catalog of Model Context Protocol servers Codeep can spin up with one command. Each entry below is installable from any Codeep session.
From the CLI / Zed / VS Code chat, run /mcp browse for the same list, or /mcp install <id> to add one to your workspace.
Files & Code
Filesystem
docs →Read, list, and (optionally) write files in a sandbox directory.
/mcp install filesystem /path/to/exposeGitHub
docs →Browse repositories, issues, PRs, and commits via the GitHub API.
/mcp install githubEnv varsGITHUB_PERSONAL_ACCESS_TOKEN·required
GitLab
docs →Read repos, issues, MRs, and pipelines on GitLab (cloud or self-hosted).
/mcp install gitlabEnv varsGITLAB_PERSONAL_ACCESS_TOKEN·requiredGITLAB_API_URL
Git (local repo)
docs →Inspect commits, blame, diffs, and branches in a local git repository.
/mcp install git /path/to/repo
Database
Web
Fetch (web)
docs →Fetch arbitrary URLs and return the markdown-converted contents.
/mcp install fetchBrave Search
docs →Web search via the Brave Search API.
/mcp install brave-searchEnv varsBRAVE_API_KEY·required
Playwright (browser)
docs →Drive a real browser — navigate, click, fill, screenshot, and scrape — via Microsoft Playwright. The de-facto browser-automation MCP (supersedes Puppeteer).
/mcp install playwright
Testing & Devices
iOS Simulator
docs →Drive the iOS Simulator — tap, type, swipe, screenshot, record, install & launch apps. macOS only; needs Xcode + idb (`brew install facebook/fb/idb-companion`).
/mcp install ios-simulatorMobile (iOS + Android)
docs →UI automation for end-to-end mobile testing across iOS simulators/devices and Android. macOS needs Xcode command-line tools.
/mcp install mobile
Communication
Slack
docs →Read channels, post messages, look up users and threads.
/mcp install slackEnv varsSLACK_BOT_TOKEN·requiredSLACK_TEAM_ID·required
Utility
Bring your own
Anything that speaks the MCP JSON-RPC protocol works — official packages, third-party, or a private HTTP endpoint. Add it manually:
/mcp add my-server npx @vendor/mcp-server --flag valueFor HTTP-transport servers, edit .codeep/mcp_servers.json and use the url + headers shape instead of command / args. See /docs/mcp for the full reference.