MCP 서버
MCP 서버를 연결하고, 원하는 것을 말하면 됩니다.
Model Context Protocol은 AI 에이전트가 도구를 설명하는 대신 실제로 쓰게 해줍니다. Ottermind가 연결을 호스팅하므로 로컬 프로세스도, 손으로 고치는 JSON 설정도, 재시작도 없습니다. 아래에서 고르거나 MCP 주소를 붙여 넣으세요.
지금 연결할 수 있는 서버
모두 디렉터리 목록이 아니라 Ottermind에서 실제로 작동하는 연결입니다.
- Playwright MCP
Playwright MCP drives a real browser from an AI agent using accessibility snapshots instead of pixel guessing. Ottermind ships the same model as built-in tools, so a browser task works in a fresh chat with nothing to install.
브라우저기본 제공 - GitHub MCP server
A GitHub MCP server lets an agent read repositories, issues and pull requests instead of pasting code into chat. Ottermind connects GitHub over OAuth, so the agent works against your real repos with the scopes you approve.
개발OAuth 커넥터 - Notion MCP
Notion MCP gives an agent search and write access to your workspace. Ottermind connects Notion over OAuth and keeps the pages it reads as task context, so follow-up questions do not need the same links again.
문서 · 지식OAuth 커넥터 - Linear MCP
Linear MCP lets an agent read and update issues, projects and cycles. Ottermind connects Linear over OAuth with read access by default — write scopes stay off until you grant them.
개발OAuth 커넥터 - Supabase MCP
Supabase MCP exposes your project's schema and data to an agent so it can answer questions in SQL rather than guesswork. Ottermind treats it as a managed connector — no local process, no config file to maintain.
데이터베이스관리형 MCP - Slack MCP server
A Slack MCP server lets an agent search conversations and post updates. Ottermind connects Slack over OAuth with search and channel reads on by default, and keeps posting behind an explicit write scope.
팀 채팅OAuth 커넥터 - Sentry MCP
Sentry MCP puts your error stream in reach of an agent, so a stack trace can be read, grouped and explained without leaving the task. Ottermind connects it as a managed connector.
모니터링관리형 MCP - Stripe MCP
Stripe MCP lets an agent read customers, subscriptions, invoices and payment events. Ottermind connects it as a managed connector, and any write operation asks for confirmation before it runs.
결제관리형 MCP - Gmail MCP
Gmail MCP gives an agent search and drafting access to your inbox. Ottermind connects Gmail over OAuth with read-only scope by default; sending and drafting are separate grants you turn on deliberately.
이메일OAuth 커넥터 - Vercel MCP
Vercel MCP lets an agent read projects, deployments and build logs. Ottermind connects it as a managed connector, so a failed deploy can be diagnosed in the same task where you fix it.
개발관리형 MCP
직접 만든 MCP 서버 추가
MCP 엔드포인트를 붙여 넣으면 Ottermind가 확인하고 도구를 정리해 같은 대화에서 바로 쓸 수 있게 합니다. 추가한 서버는 내 워크스페이스에만 보입니다.
사용자 지정 MCP 서버 추가MCP에 대해 실제로 많이 묻는 질문
MCP 서버란 무엇인가요?
MCP 서버는 데이터베이스, 메일함, 브라우저 같은 하나의 시스템 기능을 AI 에이전트가 이해하는 공통 형식인 Model Context Protocol로 노출하는 작은 프로그램입니다. 모델마다 연동을 따로 만들 필요 없이 서버 하나만 띄우면 MCP를 지원하는 어떤 에이전트든 사용할 수 있습니다.
AI에서 말하는 MCP란?
MCP는 Model Context Protocol의 약자입니다. AI 모델이 외부 도구를 어떻게 찾고 호출하는지, 도구가 결과를 어떻게 돌려주는지를 표준화합니다. 에이전트가 맞춤 연동을 세 개나 만들지 않고도 Notion을 검색하고 Sentry 스택을 읽고 브라우저 탭을 열 수 있는 이유입니다.
MCP와 API의 차이는?
API는 문서를 먼저 읽는 개발자를 위한 것입니다. MCP는 모델을 위한 것으로, 서버가 실행 중에 자신의 도구와 인자, 반환값을 스스로 설명하므로 에이전트가 무엇을 쓸 수 있는지 찾아 고를 수 있습니다. MCP 서버는 보통 기존 API를 대체하지 않고 그 위에 얹힙니다.
Ottermind는 어떤 MCP 서버를 지원하나요?
이 페이지의 목록이 현재 연결 가능한 것들입니다. Playwright 방식의 브라우저 제어와 함께 GitHub, Notion, Linear, Supabase, Slack, Sentry, Stripe, Gmail, Vercel을 지원합니다. 다른 MCP 서버도 주소로 추가할 수 있습니다.
MCP 서버를 로컬에서 실행해야 하나요?
아니요. 여기 있는 서버는 Ottermind가 연결을 호스팅하므로 살려 둘 프로세스도, 관리할 설정 파일도 없습니다. 로컬 서버를 쓰고 싶다면 데스크톱 앱이 내 컴퓨터에서 실행 중인 서버에 접근할 수 있습니다.
내 MCP 서버를 추가할 수 있나요?
네. 서버 주소를 붙여 넣으면 Ottermind가 확인하고 도구를 정리해 대화에서 사용할 수 있게 합니다. 추가한 서버는 워크스페이스 전용이며, 쓰기 동작은 실행 전에 확인을 요청합니다.
에이전트는 실제로 무엇에 접근하나요?
허용한 것만입니다. OAuth 연결은 읽기 전용으로 시작하고 쓰기 권한은 분리되며, 관리형 MCP 연결은 워크스페이스 단위로 범위가 정해지고, 쓰기 동작에는 명시적 확인이 필요합니다. 연결은 언제든 확인하거나 해지할 수 있습니다.
Claude에서도 되나요?
네. Ottermind는 Claude 모델 위에서 동작하고 MCP를 지원하므로, 연결한 서버는 모든 작업에서 에이전트가 사용할 수 있습니다. 데스크톱 설정 파일을 고칠 필요가 없습니다.