Idea Basin
БесплатноНе проверенEnables AI assistants to search, browse, and save to a semantic knowledge graph with vector search and hierarchical organization.
Описание
Enables AI assistants to search, browse, and save to a semantic knowledge graph with vector search and hierarchical organization.
README
MCP server for Idea Basin — a semantic knowledge graph with vector search, hierarchical organization, and automatic content ingestion.
Gives Claude (and any MCP-compatible AI assistant) the ability to search, browse, and save to your personal knowledge base.
How it works
flowchart LR
subgraph client["AI Assistant"]
Claude["Claude / Any MCP Client"]
end
subgraph mcp["idea-basin-mcp"]
direction TB
T1["search_knowledge"]
T2["browse_nodes"]
T3["get_node"]
T4["save_resource"]
T5["fetch_and_save"]
end
subgraph basin["Idea Basin Server :3500"]
API["REST API"]
Embed["Embedder"]
Scraper["Scraper"]
end
subgraph storage["Storage"]
PG[("PostgreSQL + pgvector")]
end
Claude -- "stdio / JSON-RPC" --> mcp
mcp -- "HTTP" --> API
API --> Embed
API --> Scraper
API --> PG
Tools
| Tool | Description |
|---|---|
search_knowledge |
Semantic similarity search across all knowledge chunks |
browse_nodes |
Browse the knowledge graph tree structure (3 levels deep) |
get_node |
Inspect a node with its children and resources |
save_resource |
Save a note, research, link, code, or idea to a node |
fetch_and_save |
Fetch a URL (web page, YouTube, GitHub, arXiv, PDF) and save it |
Prerequisites
A running Idea Basin server (default: http://localhost:3500).
Install
Claude Code
claude mcp add idea-basin -- node /path/to/idea-basin-mcp/build/index.js
Or with a custom Basin URL:
claude mcp add idea-basin -e IDEA_BASIN_URL=http://localhost:3500 -- node /path/to/idea-basin-mcp/build/index.js
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"idea-basin": {
"command": "node",
"args": ["/path/to/idea-basin-mcp/build/index.js"],
"env": {
"IDEA_BASIN_URL": "http://localhost:3500"
}
}
}
}
npm (once published)
npx idea-basin-mcp
Configuration
| Env var | Default | Description |
|---|---|---|
IDEA_BASIN_URL |
http://localhost:3500 |
Base URL of your Idea Basin server |
Development
npm install
npm run build # TypeScript → build/
npm run dev # Watch mode
License
MIT
Установить Idea Basin в Claude Desktop, Claude Code, Cursor
unyly install idea-basin-mcpСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add idea-basin-mcp -- npx -y github:MsFixer101/idea-basin-mcpFAQ
Idea Basin MCP бесплатный?
Да, Idea Basin MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Idea Basin?
Нет, Idea Basin работает без API-ключей и переменных окружения.
Idea Basin — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Idea Basin в Claude Desktop, Claude Code или Cursor?
Открой Idea Basin на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Idea Basin with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
