servers
servers copied to clipboard
Model Context Protocol Servers
# 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)
Hi maintainers, I've developed an MCP service called `@mcpmarket/mcp-auto-install`, which simplifies the installation process for MCP servers. It's published on npm here: https://www.npmjs.com/package/@mcpmarket/mcp-auto-install. This package is part of the `@mcpmarket`...
**Is your feature request related to a problem? Please describe.** Edit, see: https://github.com/modelcontextprotocol/servers/issues/3080 since I think this will be a prerequisite to making testing possible. Everything Server is arguably the...
## Summary Adding MCP Knowledge Graph server to the community servers list. ## Server Details - **Name**: MCP Knowledge Graph - **GitHub**: https://github.com/moche-ai/mcp-knowledge-graph - **Live Server**: https://mcp.moche.ai ## Features -...
# Bug Report: Memory MCP Server - Schema Validation Error ## Summary All read operations (`read_graph`, `search_nodes`, `open_nodes`) fail with schema validation error when reading entities from JSONL format memory...
Describe the bug Vitest reports an “Unhandled Errors” warning for a test that intentionally throws an error ("should throw error for non-existent entity"). The test itself passes correctly using .rejects.toThrow(),...
**Description:** When mcp-server-fetch is launched via uvx, npm diagnostic messages are written to stdout and interfere with the JSON-RPC protocol communication with Claude Desktop. **Steps to reproduce:** Configure Claude Desktop...
**Is your feature request related to a problem? Please describe.** Currently, the installation steps differ across the applications in this repo. **Describe the solution you'd like** I propose creating a...
## Problem When using `mcp-server-git` with `--repository .`, the server uses the literal current working directory instead of finding the git repository root. This differs from standard git behavior and...
In main, entity search was broken, the "includes" call on line 151 should have called the method on the query with the argument of the entityName, not the reverse From...