Agent-MCP
MCP Homework — Host, Two Transports, and a Skill
이 프로젝트는 추가 프레임워크 없이 과제의 로컬 부분을 충족합니다:
Ollama
qwen3.5:4b를 사용하는 CLI 에이전트;설정을 로드하고, 도구를 병합하며, 호출을 라우팅하는 MCP 호스트;
3개의 도구, 1개의 리소스, 1개의 프롬프트를 포함한 stdio todo 서버;
인증된 로컬 Streamable HTTP를 통한 동일한 서버;
use_skill을 통한 점진적 스킬 로딩;지속성, 유효성 검사, 복구 가능한 MCP 오류, 통합 테스트.
퍼블릭 호스팅은 의도적으로 수행되지 않았습니다. 정확한 배포 단계는 PUBLIC_HTTP.md를 참조하세요.
요구 사항
Node.js 20+
Ollama
qwen3.5:4b:ollama pull qwen3.5:4b
Related MCP server: Personal OS MCP
설치 및 확인
npm install
npm test
npm run check모든 것을 로컬에서 실행하기
두 터미널에서 동일한 로컬 키를 사용하세요. 커밋되지 않습니다.
터미널 1 — 인증된 HTTP 서버 시작:
export MCP_KEY="$(openssl rand -hex 32)"
echo "$MCP_KEY" # copy this value for terminal 2
npm run server:http터미널 2 — Ollama가 실행 중인지 확인한 후, 에이전트 시작:
export MCP_KEY="paste-the-same-value"
ollama serve # omit if Ollama is already running다른 터미널에서 실행:
export MCP_KEY="paste-the-same-value"
npm run agent다음 요청을 시도해 보세요:
Add "finish MCP homework" using the stdio todo server.
Add "record the demo" using the HTTP todo server.
Standup time — what should I work on today?마지막 요청은 use_skill("daily-plan")을 트리거한 후, 두 MCP 서버를 모두 호출하고 오늘, 나중에, 차단 항목을 반환해야 합니다.
MCP Inspector로 테스트
Stdio:
npx @modelcontextprotocol/inspector node src/servers/stdio.jsHTTP:
export MCP_KEY="a-local-test-key"
npm run server:http
npx @modelcontextprotocol/inspectorInspector에서 Streamable HTTP를 선택하고, http://127.0.0.1:3000/mcp를 사용하며, 헤더 Authorization: Bearer a-local-test-key를 추가하세요. 다음을 확인하세요:
add_task,list_tasks,complete_task가 나열되고 호출 가능해야 합니다.todo://list를 읽을 수 있어야 합니다.plan_my_day를 로드할 수 있어야 합니다.알 수 없는 ID 완료 시
isError: true를 반환해야 합니다.
프로젝트 맵
config.json agent/model/server configuration
skills/daily-plan/SKILL.md on-demand workflow
src/agent/ MCP host, Ollama loop, and skill loader
src/todo/ shared todo domain and MCP capabilities
src/servers/stdio.js stdio entry point
src/servers/http.js Streamable HTTP entry point
test/ unit and protocol integration tests평가 증거
요구 사항 | 증거 |
에이전트 호스트 |
|
stdio 서버 |
|
로컬 HTTP |
|
에이전트 내 스킬 |
|
오류 처리 | Zod 유효성 검사, |
테스트 |
|
데모 및 제출 체크리스트
짧은 YouTube 데모의 경우:
npm test통과를 보여주세요.Inspector에서 stdio 서버: 도구, 리소스 및 프롬프트를 보여주세요.
HTTP 서버가 키 없이 401을 반환하고, 키로 연결하는 것을 보여주세요.
에이전트에서 각 서버를 통해 하나의 작업을 추가하세요.
"Standup time"이라고 물어보고 자동 스킬 로딩과 두 서버 호출을 보여주세요.
간단히
config.json과SKILL.md를 열고 라우팅을 설명하세요.
Moodle에 YouTube 링크와 소스 코드를 제출하세요. 나중에 배포하는 경우, 공개 /mcp URL과 임시 채점자 키도 제출하세요.
This server cannot be installed
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
- Alicense-qualityCmaintenanceA local-stdio MCP server for a single personal Todoist account with env-gated read-only mode and prompt-injection mitigations.267MIT
- FlicenseAqualityBmaintenanceMCP server for Personal OS API that enables managing tasks, notes, projects, collections, reviews, and more through typed tools over stdio.66
- AlicenseAqualityAmaintenanceMCP server that enables running and managing file-based AI Skills, Agents, and Flow workflows as DAGs, with tools for listing, executing, and resuming tasks via stdio JSON-RPC.9MIT

orca-mcpofficial
Alicense-qualityCmaintenanceExternal MCP server for controlling Orca worktrees, agent sessions, and multi-agent orchestration from any MCP client via stdio or Streamable HTTP.MIT
Related MCP Connectors
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.
Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.
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/voleviettu/Agent-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server