← chip-ai.digital
INDIVIDUAL MCP TOOL
read_project_file
Текст файла из базы знаний проекта, страницами.
LIVE ENDPOINT
https://chip-ai.digital/mcp
Connect to this endpoint to inspect the live schema for read_project_file and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.chip]
url = "https://chip-ai.digital/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"chip": {
"type": "http",
"url": "https://chip-ai.digital/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: chip
Remote MCP URL: https://chip-ai.digital/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"chip": {
"url": "https://chip-ai.digital/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"chip": {
"type": "http",
"url": "https://chip-ai.digital/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "chip",
"transport": "streamable-http",
"url": "https://chip-ai.digital/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
whoami— Тариф, занятость слотов проектов и (на платном тарифе) остатки дневных лимитов.list_projects— Проекты пользователя: id, название, последняя активность, открытые поручения.read_journal— Журнал проекта дословно, новые сверху: сводки сессий и заметки-вехи.read_project_dialog— Диалог пользователя с Чипом внутри проекта: сводка и последние реплики.get_project_map— Оглавление карты проекта: полочки-статьи с актуальным знанием, которые Чип ведёт по журналу (не лента).read_map_section— Статья одной полочки карты — актуальное знание по теме («Решения», «Грабли»…).get_project_context— Контекст проекта: инструкции, поручения, оглавление карты, память, файлы, диалоги.search_project— Поиск по знанию проекта: полочки карты, журнал, память, диалоги.