Local Servers
0
Enables local execution of commands and file operations via the Model Context Protocol (MCP) for use with tools like the Claude Desktop App.
Acerca de
This repository provides a collection of Model Context Protocol (MCP) servers designed for local execution, allowing integration with applications like the Claude Desktop App without requiring an API key. It includes servers for file system manipulation (similar to Anthropic's official server), command execution with security constraints, SSE functionality for data fetching and echoing, and weather data retrieval. This setup allows developers to experiment with and extend local tooling capabilities for enhanced automation and control within their local environments.
Características Principales
- Provides a command execution server with security constraints.
- Enables integration with the Claude Desktop App for local task automation.
- 0 GitHub stars
- Includes a weather server for fetching weather data via APIs.
- Includes a file system server for read/write operations within specified directories.
- Offers an SSE server for simple fetch and echo.
Casos de Uso
- Automating file manipulation tasks within the Claude Desktop App.
- Executing shell commands securely within a controlled environment.
- Fetching and displaying weather data through the Claude Desktop App.