Kips
БесплатноНе проверенPersonal data management MCP server that stores and queries notes, tasks, conversations, and auth in SQLite, enabling LLMs to interact with the database through
Описание
Personal data management MCP server that stores and queries notes, tasks, conversations, and auth in SQLite, enabling LLMs to interact with the database through natural language.
README
Personal data management server. Integrates with Claude Desktop and other MCP clients.
Usage
kips drives a SQLite database and surfaces tools for LLMs as well as a basic CLI for interacting with the database.
You can store auth (passwords and usernames), notes, conversations, tasks (leftover work to do from last time) and of course tags.
Notes, conversations and tasks have join tables with tags under noteTag, conversationTag and taskTag.
Just run it normally first to init the database:
npx kips
Then ingest data:
## passwords in csv files
npx kips import --type auth ~/passwords.csv
## notes and tags
npx kips import --type note ~/note.txt --tag "big-deal another-tag"
## conversations in the past
npx kips import --type conversation ~/claudechat.txt --tag "therapy"
## agentic tasks that aren't done yet
npx kips import --type task ~/tasks.csv --tag "therapy revenge"
Integrate it into Claude Desktop to let Claude query, insert or update the database by running the config command:
npx kips config
You'll then be able to see the MCP server in Claude Desktop (usually after restart) with the hammer icon, and all applicable tables as resources you can "connect" with the plug icon.
Expected formats
The csv imports expect specific headers in order to be useful.
Auth
We expect a .csv file with url, username or email (both can exist, but email takes precedence), password and notes columns. All other columns are ignored.
Tasks
We expect a .csv file with objective, progressAssessment and completed columns. completed is a boolean.
Usage with Claude Desktop
All operations are specified for MCP clients and all schemas are exposed as attachable resources. If you have more complex files (screenshots, PDFs) you can get Claude to read and transcribe it direct to the database. At present, you'll need to attach all schemas you intend to use or Claude will have to look up the schema again before applying an operation.
Development
You'll want the Claude integration to use your local script.
## get it installed and built
npm run build
## now configure it to use the local build
node ./build/index.js config --debug
Likewise, when developing you can either npm link to use your local install as an npx package or just call the script direct:
## eg, using the prior example
node ./build/index.js import --type task ~/tasks.csv --tag "therapy revenge"
Установка Kips
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/hdresearch/kipsFAQ
Kips MCP бесплатный?
Да, Kips MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Kips?
Нет, Kips работает без API-ключей и переменных окружения.
Kips — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Kips в Claude Desktop, Claude Code или Cursor?
Открой Kips на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
автор: wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
автор: madhurprashPostgres
Query your database in natural language
автор: AnthropicPostgreSQL
Read-only database access with schema inspection.
автор: modelcontextprotocolCompare Kips with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории data
