servers icon indicating copy to clipboard operation
servers copied to clipboard

Model Context Protocol Servers

Results 198 servers issues
Sort by recently updated
recently updated
newest added

# Reference SEP-1330: Elicitation Enum Schema Improvements and Standards Compliance * [Proposal](https://github.com/modelcontextprotocol/modelcontextprotocol/issues/1330) * [Specification changes](https://github.com/modelcontextprotocol/modelcontextprotocol/pull/1148) * [Typescript SDK changes](https://github.com/modelcontextprotocol/typescript-sdk/pull/1077) * [Inspector support](https://github.com/modelcontextprotocol/inspector/issues/933)

enhancement

# Reference SEP-1577 - Sampling With Tools * [Proposal](https://github.com/modelcontextprotocol/modelcontextprotocol/issues/1577) * [Specification changes](https://github.com/modelcontextprotocol/modelcontextprotocol/pull/1796) * [Typescript SDK changes](https://github.com/modelcontextprotocol/typescript-sdk/pull/1101) * [Inspector support](https://github.com/modelcontextprotocol/inspector/issues/932)

enhancement

# Reference SEP-1686: Tasks * [Proposal](https://github.com/modelcontextprotocol/modelcontextprotocol/issues/1686) * [Specification changes](https://github.com/modelcontextprotocol/modelcontextprotocol/pull/1732) * [Typescript SDK changes](https://github.com/modelcontextprotocol/typescript-sdk/pull/1041) * [Inspector support](https://github.com/modelcontextprotocol/inspector/issues/931)

enhancement

# Reference * SEP-1036: URL Elicitation - [Proposal](https://github.com/modelcontextprotocol/modelcontextprotocol/issues/1036) - [Typescript SDK changes](https://github.com/modelcontextprotocol/typescript-sdk/pull/1105) - [Spec changes](https://github.com/modelcontextprotocol/modelcontextprotocol/pull/887) - [Inspector support](https://github.com/modelcontextprotocol/inspector/issues/929)

enhancement

### Problem Some MCP clients may serialize numeric parameters as strings in JSON payloads, causing validation errors with the current strict type checking. **Error Message**: ```json { "error": "Invalid thoughtNumber:...

bug
server-sequentialthinking

**Describe the bug** I'm using VSCODE copilot 4.5 with a custom Agent mode. **To Reproduce** Steps to reproduce the behavior: For add_observations Input: { "observations": [ { "entityName": "project", "contents":...

bug

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Install MCP on cursor mcp.json ```json "sequential-thinking": { "command":...

bug
waiting for submitter

## Description - Add git_commit_signed tool that supports GPG signing of commits - Accepts optional key_id parameter to sign with specific GPG key - Uses git commit -S flag for...

**Is your feature request related to a problem?** Yes. The `@modelcontextprotocol/server-filesystem` MCP server generates unbounded log files in `%APPDATA%\Claude\logs\mcp-server-filesystem*.log` (Windows) / `~/Library/Logs/Claude/` (macOS) that can grow to excessive sizes (17+...

enhancement
server-filesystem

Follow up on https://github.com/modelcontextprotocol/servers/pull/2830 - Switch to gzip / single file so there's no extra deps - Tool has default inputs to facilitate testing - Add outputType input: - resource:...