Token导航 LogoToken导航TokenDH.com
Taskvault AI MCP logo
AI代理未说明官方级别未说明来源级核验

Taskvault AI MCP

MCP Server

Task Vault MCP Server是一个通过MCP服务器提供任务管理能力的项目,允许用户通过自然语言创建、存储和管理任务,所有任务都安全地存储在本地,并通过MCP兼容的LLM客户端轻松访问。

工具数

0

提示词数

0

GitHub Stars

0

资源数

0
本地存储自然语言处理PythonClaude任务管理Claude DesktopClaude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

GautamKadiresh

提供方

GautamKadiresh

最后核验

2026/5/17 20:20

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

TaskVault-AI-MCP

Task Vault MCP Server is a project designed to expose task management capabilities via an MCP server. It allows you to effortlessly create, store, and manage your tasks using just natural language. Whether you want to add a new to-do, check your agenda for the day, or look up details about a specific project, simply ask any MCP compatible LLM client. All your tasks are securely stored locally and easily retrievable, making personal organization as simple as a conversation.

Features

  • Client Agnostic MCP Tools:

Exposes a set of Model Context Protocol (MCP) tools for any client to use. Can be used by any MCP-compliant client to manage tasks.

  • ChromaDB Storage:

Uses ChromaDB to store tasks locally and reliably. This makes the tasks accessible between chat sessions and across different llm applications

How It Works

  1. Storage: The server uses ChromaDB to maintain the state of tasks.
  2. Access: Clients connect to the server and utilize the exposed tools.
  3. Management: Users can add, retrieve, and manage tasks through the MCP server interface to the LLM/MCP client.

Installation

Prerequisites

  • Python3.12 or above
  • uv package manager
  • Ollama
  • An MCP client (e.g., using Claude Desktop). The project also includes a simple cli based MCP client for quick setup.

Steps to connect to the MCP server using Claude Desktop

[!NOTE] This requires paid plan of Claude Desktop.
  1. Clone/download the repository
  2. Download and install ollama from
  3. Download embedding model mxbai-embed-large by running
4. Install Claude Desktop from 
5. Go to developer settings in using Claude Desktop. 

(Settings -> Desktop App -> Developer -> Local MCP servers -> Edit config)
![Claude Desktop mcp connector settings](docs/claude_desktop_mcp_server_setting.png)
6. This opens folder with claude_desktop_config.json. Open this file and Paste the below code. Please change the absolute path to the repository.

{ "mcpServers": { "task_storage_service": { "command": "uv", "args": [ "--directory", "//TaskVault-AI-MCP", "run", "task_storage_service" ] } } }

  1. Restart Claude Desktop and start a new chat. the MCP server "task_storage_service" should be listed under Connectors.

Steps to connect to the MCP server using using Ollama and inbuilt MCP client.

[!NOTE] This is free but requires sufficient RAM to run small llm models like IBM's granite4.
  1. Clone/download the repository
  2. Download and install ollama from
  3. Download llm model granite4:3b-h and embedding model mxbai-embed-large by running
4. Run in cmd ```uv tool install . -e```.
 This will automatically install all depedencies and create an executable taskvault.exe.
5. Run in cmd  ```taskvault```

![Sample Chat using inbuilt mpc client](docs/Inbuilt_mcp_client_sample_chat.png)

目录标签

目录标签

本地存储自然语言处理PythonClaude任务管理本地部署MCP协议LLM集成

支持客户端

Claude DesktopClaude

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明none部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP