Skip to main content
Glama
williamchek

anthropic_skill

by williamchek

Anthropic Skill Core (MCP Server)

npm version License: MIT

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:

  1. ping: Basic health check to ensure the MCP server is alive.

  2. think: A sandbox for Chain-of-Thought (CoT). Agents can dump their thoughts here before acting. It automatically records these thoughts to a local logs/ directory for developer debugging.

  3. 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.

  4. audited_run: A CLI execution sandbox tailored for Auto-Mode. It blocks destructive commands (rm, sudo, chown etc.) and enforces a rigid 30-second timeout, allowing agents to execute tasks (e.g. npm run build) autonomously and safely.

Related MCP server: MCP 101 Example

🚀 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.

F
license - not found
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    A comprehensive Model Context Protocol server implementation that enables AI assistants to interact with file systems, databases, GitHub repositories, web resources, and system tools while maintaining security and control.
    49
    2
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    A foundational implementation of a Model Context Protocol (MCP) server designed for educational purposes. It demonstrates the complete interaction between an LLM, an inference engine, and a client during an agentic call.
  • A
    license
    B
    quality
    C
    maintenance
    Production-grade, autonomous Model Context Protocol (MCP) server that elevates AI models from stateless code generators into persistent, self-verifying software engineers.
    21
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

  • A Model Context Protocol server for Wix AI tools

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/williamchek/anthropic_skill'

If you have feedback or need assistance with the MCP directory API, please join our Discord server