mycelial-brain-mcp
이 프로젝트는 무엇인가
균사체가 나무들을 연결하고 숲 전체에 영양분을 전달하듯이, Mycelial Brain은 여러분의 지식을 연결하고 AI 에이전트 간에 컨텍스트를 전달합니다.
이것은 Mycelial Brain을 구동하는 오픈소스 MCP(Model Context Protocol) 서버입니다. GCS 기반 영속 메모리 시스템으로, MCP 호환 AI 에이전트라면 누구나 읽고, 쓰고, 검색할 수 있습니다.
이것은 STIM Protocol의 메모리 계층입니다. 자율 AI를 인간의 선호가 아닌 열역학적·생태학적 법칙에 근거하도록 하는 Layer 0 제약 아키텍처입니다.
Related MCP server: engram
MCP 도구
연결이 완료되면 AI 에이전트는 다섯 가지 도구를 사용할 수 있습니다:
도구 | 설명 |
| 태그 가중치 점수를 적용한 전체 문서 대상 전문(full-text) 키워드 검색 |
| 경로로 특정 문서 읽기 (예: |
| 자동 증가 ID 또는 사용자 지정 경로로 새 문서 쓰기 |
| 태그와 함께 모든 문서 나열 |
| 네임스페이스와 작성자 메타데이터를 포함한 STIM 프로토콜 너겟(nugget) 쓰기 |
빠른 시작: 자체 호스팅
사전 요구 사항
Node.js 22+
Google Cloud Storage 버킷 (또는 다른 스토리지 백엔드로 포크)
로컬에서 실행
git clone https://github.com/STIM-Protocol/mycelial-brain-mcp.git
cd mycelial-brain-mcp
npm install
# Set environment variables
export GCS_BUCKET_NAME=your-brain-bucket
export MCP_AUTH_TOKEN=your-secret-token # omit to run in open mode
# Start the server
npm start서버는 8080 포트의 POST /mcp에서 MCP 엔드포인트를 노출합니다.
Google Cloud Run에 배포
npm run deploy이 명령은 저장소를 소스로 하여 gcloud run deploy를 실행합니다. Cloud Run 서비스 계정에 GCS 버킷에 대한 Storage Object Admin 권한이 있는지 확인하세요.
AI 에이전트 연결
에이전트 구성(Claude Desktop 등)에 MCP 서버를 추가하세요:
{
"mcpServers": {
"mycelial-brain": {
"url": "https://your-deployment-url/mcp",
"headers": {
"Authorization": "Bearer your-secret-token"
}
}
}
}자세한 설정 방법은 CONNECT.md를 참조하세요.
아키텍처
┌─────────────────────────────────────────────────────┐
│ MYCELIAL BRAIN STACK │
├─────────────────────────────────────────────────────┤
│ │
│ AI Agent ──MCP──▶ Express Server ──▶ GCS Bucket │
│ (Claude, (this repo) (doc-*.json) │
│ Gemini, etc.) │
│ │
│ Tools: brain_search, brain_read, brain_write, │
│ brain_list, stim_write │
│ │
│ Cache: 5-min in-memory TTL, invalidated on write │
│ Auth: Bearer token (optional, open mode if unset) │
│ Search: Tag-weighted full-text with synonym expand │
│ │
└─────────────────────────────────────────────────────┘문서는 GCS에 JSON 객체로 저장됩니다:
{
"path": "doc-42",
"content": "Your document text...",
"tags": ["research", "stim", "decisions"],
"updated": "2026-08-22T12:00:00.000Z"
}호스팅 버전
자체 호스팅이 싫으신가요? myceliate.cv에서 관리형 MCP 엔드포인트를 제공합니다:
.mcpb 번들을 통한 원클릭 Claude Desktop 통합
문서 카탈로그 전체에 대한 전체 텍스트 검색을 제공하는 운영자 대시보드
Google OAuth 인증 및 사용자별 네임스페이스 격리
계층형 요금제 (무료 오픈소스 티어부터 엔터프라이즈까지)
문서 업로드 및 텍스트 붙여넣기 시딩을 포함한 온보딩 흐름
호스팅 버전은 이 저장소와 동일한 MCP 프로토콜을 실행합니다. 데이터는 자체 GCS 네임스페이스에 유지되며, 언제든지 내보내거나 자체 호스팅할 수 있습니다.
STIM 프로토콜 컨텍스트
이 저장소는 STIM 프로토콜 생태계의 한 구성 요소입니다:
저장소 | 역할 |
Layer 0 사양: 자연 기반 지능 제약 | |
버전 관리되는 arXiv 준비 문서 | |
AI 에이전트용 pip 설치 가능한 제약 엔진 | |
물리 기반 차원 분석 및 열역학적 수렴 | |
지식 유기체: 살아 있고, 스스로 관리하는 파일 시스템 | |
mycelial-brain-mcp | MCP 메모리 계층 (이 저장소) |
라이선스
Apache 2.0. LICENSE 참조.
기여
이것은 STIM 프로토콜 참조 구현입니다. 이슈와 PR을 환영합니다.
"플랫폼 전반에 걸쳐 축적된 컨텍스트는 전문 자본의 다섯 번째 범주가 되었습니다."
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
- AlicenseAqualityDmaintenancePersistent memory for AI agents. Store, recall, and share knowledge across sessions with five MCP tools: remember, recall, context, forget, and share. Includes semantic search and agent/user/org scoping.52Apache 2.0
- AlicenseNot gradedqualityCmaintenanceProvides persistent, local-first AI memory across sessions via MCP tools for storing, searching, and retrieving context from past interactions.1MIT
- AlicenseNot gradedqualityAmaintenanceProvides AI agents with persistent knowledge storage, enabling them to store, search, and retrieve text, documents, and files using semantic and keyword search via MCP tools.31Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to persistently store and semantically search shared knowledge via MCP tools.2MIT
Related MCP Connectors
Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.
Shared long-term memory vault for AI agents with 20 MCP tools.
Universal memory for AI agents and tools. Save, organize and search context anywhere.
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/STIM-Protocol/mycelial-brain-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server