Team Vault MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Team Vault MCPlist notes in the 'worldbuilding' project"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Team Vault MCP
MCP-сервер, который отдаёт REST API Team Vault как набор инструментов для ИИ-агентов. Позволяет другим агентам читать и править заметки вальта программно, без Obsidian — поверх того же серверного API, что использует плагин.
Транспорт — stdio (агент запускает процесс и общается по JSON-RPC).
Аутентификация — заголовок X-API-Key.
Конфигурация (env)
Переменная | Обяз. | Описание |
| да | URL сервера, напр. |
| да | API-ключ Team Vault (веб-UI → API-ключи) |
| нет | проект по умолчанию для инструментов без |
| нет |
|
Related MCP server: Obsidian MCP Server
Инструменты
Инструмент | Режим | Что делает |
| чтение | владелец API-ключа |
| чтение | доступные проекты (id, slug, name) |
| чтение | пути файлов проекта ( |
| чтение | содержимое текстовой заметки по пути |
| чтение | история версий файла |
| запись | создать/перезаписать заметку по пути |
| запись | переместить/переименовать |
| запись | мягко удалить (tombstone, восстановимо) |
Инструменты путь-ориентированы: агент оперирует путями (персонажи/кузьма-минин.md),
а MCP сам резолвит путь ↔ fileId. В read_only-режиме инструменты записи не
регистрируются вовсе.
Сборка и запуск
pnpm install
pnpm build # tsup → dist/index.js (один бандл)
TEAM_VAULT_URL=… TEAM_VAULT_API_KEY=… node dist/index.jsГейты: pnpm typecheck && pnpm format:check && pnpm build.
Подключение в Claude Code / MCP-клиенте
{
"mcpServers": {
"team-vault": {
"command": "node",
"args": ["/абсолютный/путь/TeamVaultMCP/dist/index.js"],
"env": {
"TEAM_VAULT_URL": "https://obsidian.artillect.pro",
"TEAM_VAULT_API_KEY": "osync_…",
"TEAM_VAULT_PROJECT_ID": "cmq…"
}
}
}
}Лицензия
MIT · krem.digital
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-qualityDmaintenanceProvides an MCP server that allows AI assistants to interact with Obsidian vaults, enabling reading/writing notes, managing metadata, searching content, and working with daily notes.Last updated36MIT
- Alicense-qualityCmaintenanceEnables external applications to interact with an Obsidian vault through MCP tools, including semantic search and file operations.Last updated32113AGPL 3.0
- Alicense-qualityBmaintenanceEnables AI agents to remotely access and interact with Obsidian vaults via MCP, supporting note operations, tag management, graph queries, and command execution.Last updated3GPL 3.0
- Alicense-qualityAmaintenanceEnables programmatic control of Obsidian vaults via REST API and MCP server for automation and AI assistant integration.Last updated14MIT
Related MCP Connectors
Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.
Shared long-term memory vault for AI agents with 20 MCP tools.
Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client.
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/kremdigital/TeamVaultMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server