Kopern
@kopern/mcp-server
Claude Code, Cursor, Windsurf 및 모든 MCP 클라이언트를 위한 32개의 AI 에이전트 도구.
터미널이나 IDE에서 바로 AI 에이전트를 빌드, 테스트, 평가 및 배포하세요.
빠른 시작
Claude Code
claude mcp add kopern -- npx -y @kopern/mcp-server그런 다음 API 키를 설정하세요:
export KOPERN_API_KEY=kpn_your_key_here수동 구성
.mcp.json(프로젝트) 또는 ~/.claude/settings.json(전역)에 추가하세요:
{
"mcpServers": {
"kopern": {
"command": "npx",
"args": ["-y", "@kopern/mcp-server"],
"env": {
"KOPERN_API_KEY": "kpn_your_key_here"
}
}
}
}Cursor / Windsurf
MCP 설정에 추가하세요:
{
"mcpServers": {
"kopern": {
"command": "npx",
"args": ["-y", "@kopern/mcp-server"],
"env": {
"KOPERN_API_KEY": "kpn_your_key_here"
}
}
}
}스트리밍 가능한 HTTP (설치 불필요)
클라이언트가 HTTP MCP 전송을 직접 지원하는 경우:
{
"mcpServers": {
"kopern": {
"type": "http",
"url": "https://kopern.ai/api/mcp/server",
"headers": {
"Authorization": "Bearer kpn_your_key_here"
}
}
}
}Related MCP server: Google Analytics MCP Server
API 키 받기
kopern.ai에 접속하여 로그인하세요.
Settings > API Keys로 이동하세요.
Generate API Key를 클릭하세요.
kpn_...키를 복사하세요.
두 가지 키 유형:
사용자 수준 키 — 30개의 모든 플랫폼 도구에 대한 액세스 (에이전트 CRUD, 평가, 템플릿 등)
에이전트 바인딩 키 —
kopern_chat및kopern_agent_info를 포함한 32개의 모든 도구에 대한 액세스
도구 (32)
에이전트 관리 (8개 도구)
도구 | 설명 |
| 시스템 프롬프트, 모델, 기술 및 도구로 새 에이전트 생성 |
| 전체 에이전트 구성 및 메타데이터 가져오기 |
| 에이전트 시스템 프롬프트, 모델, 도메인 또는 내장 도구 업데이트 |
| 에이전트 영구 삭제 |
| 점수 및 버전이 포함된 모든 에이전트 목록 표시 |
| 에이전트에 메시지 전송 (도구 호출 포함) |
| 에이전트 메타데이터 가져오기 (에이전트 바인딩 키만 해당) |
| 37개의 기성 템플릿(BTP, 법률, 전자상거래 등)에서 배포 |
평가 및 최적화 (6개 도구)
도구 | 설명 |
| 인라인 테스트 케이스에 대해 시스템 프롬프트 평가 |
| 케이스가 포함된 재사용 가능한 테스트 스위트 생성 |
| 평가 스위트 실행, 점수 및 개선 사항 확인 |
| AutoTune — 반복적인 프롬프트 최적화 (개선 사항 활용) |
| 평가 실행에 대한 상세 결과 및 개선 사항 가져오기 |
| 스위트에 대한 점수 기록 목록 표시 |
팀 및 파이프라인 (4개 도구)
도구 | 설명 |
| 다중 에이전트 팀 생성 (병렬, 순차, 조건부) |
| 프롬프트로 팀 실행 |
| 입력 매핑을 사용하여 다단계 파이프라인 생성 |
| 파이프라인을 순차적으로 실행 |
커넥터 (7개 도구)
도구 | 설명 |
| 임베드 가능한 채팅 위젯 배포 |
| 텔레그램 봇 연결 |
| WhatsApp 비즈니스 연결 |
| Slack 워크스페이스 연결 |
| 인바운드/아웃바운드 웹훅 설정 |
| Gmail 또는 Outlook 연결 |
| Google 또는 Microsoft 캘린더 연결 |
세션 및 메모리 (3개 도구)
도구 | 설명 |
| 메트릭이 포함된 대화 세션 목록 표시 |
| 전체 세션 세부 정보 가져오기 (이벤트, 도구 호출, 토큰) |
| 에이전트 메모리 CRUD (기억, 회상, 망각, 목록) |
유틸리티 (4개 도구)
도구 | 설명 |
| 37개의 템플릿 탐색 (일반 28개 + 수직형 9개) |
| EU AI 법 규정 준수 보고서 생성 |
| 토큰 사용량, 비용, 에이전트별 분석 |
| 에이전트를 휴대용 JSON으로 내보내기 |
| JSON 내보내기에서 에이전트 가져오기 |
예시
터미널에서 에이전트 생성
> Use kopern_create_agent to create a customer support agent for my SaaS product프롬프트 평가
> Use kopern_grade_prompt to test my system prompt with these cases:
- "What's your refund policy?" should mention "30-day guarantee"
- "Can I cancel?" should be empathetic and provide steps템플릿 배포
> Use kopern_list_templates to show me business templates, then deploy the "restaurant" one평가 및 개선
> Run kopern_run_grading on my agent — it will return scores AND improvement notes.
Then run kopern_run_autoresearch to optimize using those suggestions automatically.전체 워크플로우
> Create an agent, add a grading suite with 5 test cases, run grading,
then run autoresearch to optimize the prompt to 90%+ score환경 변수
변수 | 필수 | 기본값 | 설명 |
| 예 | — | Kopern API 키 ( |
| 아니요 |
| 사용자 지정 엔드포인트 URL |
아키텍처
이 패키지는 경량 stdio-to-HTTP 브리지입니다. MCP 클라이언트로부터 stdin을 통해 JSON-RPC 메시지를 수신하고, 이를 Kopern 스트리밍 가능 HTTP 엔드포인트로 전달한 다음 stdout으로 응답을 반환합니다.
Claude Code ──stdin──> @kopern/mcp-server ──HTTP──> kopern.ai/api/mcp/server
<──stdout── <──JSON──Kopern 서버는 모든 MCP 프로토콜 메서드(initialize, tools/list, tools/call, ping)를 처리합니다. 종속성이 전혀 없으며 Node.js 18+ 및 fetch만 있으면 됩니다.
링크
라이선스
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseBqualityAmaintenanceA Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.4244,588,71336,349Apache 2.0- AlicenseAqualityAmaintenanceOfficial Google Analytics MCP Server92,949Apache 2.0
- AlicenseDqualityCmaintenanceAI-native orchestration layer with 80+ tools for task management, code editing, browser automation, terminal control, and persistent memory across CLI, local MCP, and cloud deployments.691131ISC
- AlicenseNot gradedqualityDmaintenanceBringing the debugging we know and love as human programmers to our AI agents – debug any supported language with breakpoints, variable/state inspection, and stepping, to supercharge agents' capabilities to reason about runtime code.20Apache 2.0
Related MCP Connectors
Build, validate, and deploy multi-agent AI solutions from any AI environment.
Create and manage AI agents that collaborate and solve problems through natural language interacti…
The agent-native cloud: database, functions, AI, storage, computers. 50 tools, one API key.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/berch-t/kopern'
If you have feedback or need assistance with the MCP directory API, please join our Discord server