Anthropic Skill
БесплатноНе проверенA robust, lightweight Model Context Protocol (MCP) server designed to empower your AI Agents with context-awareness, safe execution sandboxes, and dedicated tho
Описание
A robust, lightweight Model Context Protocol (MCP) server designed to empower your AI Agents with context-awareness, safe execution sandboxes, and dedicated thought logs.
README
A robust, lightweight Model Context Protocol (MCP) server designed to empower your AI Agents with context-awareness, safe execution sandboxes, and dedicated thought logs. Built on Anthropic Engineering best practices.
🌟 Capabilities
This MCP Server registers 4 specialized tools for any connected LLM Agent:
ping: Basic health check to ensure the MCP server is alive.think: A sandbox for Chain-of-Thought (CoT). Agents can dump their thoughts here before acting. It automatically records these thoughts to a locallogs/directory for developer debugging.contextual_search: A robust directory search tool. It returns not just the matching text, but the contextual window (surrounding lines) of the codebase, preventing the "lost context" issue found in simple RAG.audited_run: A CLI execution sandbox tailored for Auto-Mode. It blocks destructive commands (rm,sudo,chownetc.) and enforces a rigid 30-second timeout, allowing agents to execute tasks (e.g.npm run build) autonomously and safely.
🚀 Installation (For Claude Desktop)
To install this MCP server into Claude Desktop, modify your configuration file (claude_desktop_config.json):
{
"mcpServers": {
"anthropic-skill-core": {
"command": "node",
"args": ["/absolute/path/to/anthropic_skill/dist/index.js"]
}
}
}
🛠️ Build & Contribution
git clone https://github.com/williamchek/anthropic_skill.git
cd anthropic_skill
npm install
npm run build
📜 Author & License
williamchek Available under the MIT License.
Установка Anthropic Skill
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/williamchek/anthropic_skillFAQ
Anthropic Skill MCP бесплатный?
Да, Anthropic Skill MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Anthropic Skill?
Нет, Anthropic Skill работает без API-ключей и переменных окружения.
Anthropic Skill — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Anthropic Skill в Claude Desktop, Claude Code или Cursor?
Открой Anthropic Skill на 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 Anthropic Skill with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
