Skip to content
Back to search
30
MCP

kb-mcp-lite

pypi/kb-mcp-lite

Lightweight agent-native knowledge base. SQLite + FTS5 + vec0 + MCP server.

Uptime
0.0%
11 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

local-memory-mcp
Structured agent memory with SQLite/FTS5 + optional Qdrant vector search, exposed via MCP
0 tools
lite-github-mcp
Lightweight GitHub MCP server with minimal context and CLI-first data fetches
0 tools
jchristn77/litegraph-mcp
Lightweight graph database with relational, vector, and MCP for powering knowledge and AI workloads.
0 tools
kb0-mcp
Python client for kb0 — the knowledge base layer for AI agents (MCP, markdown, git).
0 tools
kg-mcp
Memory/Knowledge Graph MCP Server for IDE Assistants - Persistent context and knowledge for AI coding agents
0 tools
gdb-lite-mcp
A small TypeScript MCP server for driving gdb sessions.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "kb-mcp-lite": {
      "url": "None",
      "transport": "http"
    }
  }
}