servers
servers copied to clipboard
Model Context Protocol Servers
## Problem The "Json Path" field on the Tools tab of the admin console is misleadingly labeled, as it's eventually processed by `jq` rather than using the [JSONPath specification](https://datatracker.ietf.org/doc/html/rfc9535). This...
## Description Fixed the Dockerfile for the sequential-thinking MCP server to properly compile TypeScript code during the Docker build process. ## Server Details - Server: sequential-thinking - Changes to: Dockerfile...
Please see the closed https://github.com/modelcontextprotocol/servers/issues/447 for the full story. I can't reopen the issue. It was supposed to be resolved in https://github.com/modelcontextprotocol/servers/pull/543 but it's still failing in Claude Desktop 1.0.0332...
- Implement git_push function with support for: - Pushing to custom remotes (default: origin) - Pushing specific branches - Force push capability - Setting upstream branch (-u flag) - Add...
# Filesystem Failed Error I've tried 2 ways and none of them worked out. I'd appreciate any help:   I belive I have installed all I need:  ...
## Description Fixes #2807 Added two new tools to the filesystem MCP server for enhanced file modification capabilities: - `append_file`: Appends content to existing files without overwriting - `write_or_update_file`: Creates...
## Issue SSH connections fail when MCP servers are launched from Claude Desktop on Windows. ## Common Use Case Running an MCP server on a remote host (Raspberry Pi, home...
**Describe the bug** When an Agent tries to use MCP, it crashes randomly sometimes. **To Reproduce** Steps to reproduce the behavior: 1. Claude Code Sonnet 4.5 2. Trigger sequentialthinking (MCP)...
**Is your feature request related to a problem? Please describe.** As part of my work, I need a way to get past time. For example, one of my customers might...
I feel like forcing specification of a timezone is wasteful, and `--local-timezone` should be the default when unspecified via tool request. When `mcp-server-time` is provided `--local-timezone`, the LLM should not...