MCP.so
登录

isolated-commands-mcp-server MCP Server

@MCP-Mirror

关于 isolated-commands-mcp-server MCP Server

Mirror of

基本信息

分类

其他

传输方式

stdio

发布者

MCP-Mirror

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

1

Create new text notes

概览

What is isolated-commands-mcp-server?

isolated-commands-mcp-server is a TypeScript-based Model Context Protocol server for running commands locally in an isolated environment. It demonstrates core MCP concepts by providing resources, tools, and prompts built around a simple notes system, but its stated purpose is command execution in isolation.

How to use isolated-commands-mcp-server?

Install dependencies with npm install, build with npm run build, and for development use npm run watch. Add the server to Claude Desktop by editing claude_desktop_config.json with the path to the built index.js. Use the MCP Inspector for debugging by running npm run inspector.

Key features of isolated-commands-mcp-server

  • Provides resources to list and access notes via note:// URIs
  • Each note includes title, content, and metadata
  • Offers create_note tool for creating new text notes
  • Includes summarize_notes prompt for generating summaries
  • Uses plain text mime type for simple content access
  • Built with TypeScript and standard MCP development tooling

Use cases of isolated-commands-mcp-server

  • Creating and storing text notes with metadata
  • Listing and retrieving notes by URI for LLM consumption
  • Generating structured summaries of all stored notes
  • Demonstrating MCP resource, tool, and prompt patterns

FAQ from isolated-commands-mcp-server

What runtime does isolated-commands-mcp-server require?

Node.js and npm are required to install dependencies and build the server.

How do I configure isolated-commands-mcp-server with Claude Desktop?

Add a JSON entry to the mcpServers object in Claude Desktop’s config file, specifying the command as the path to the built index.js.

How can I debug isolated-commands-mcp-server?

Use the MCP Inspector by running npm run inspector, which provides a URL for debugging tools over stdio.

What transports or authentication does isolated-commands-mcp-server use?

The server communicates over stdio, typical for MCP servers. No authentication mechanisms are mentioned in the README.

Does isolated-commands-mcp-server store notes persistently?

No – notes are stored in server state and are not persisted to disk beyond the session, as per the README’s description of storing notes in server state.

评论

其他 分类下的更多 MCP 服务器