MCP.so
登录

Claude Server MCP

@davidteren

关于 Claude Server MCP

Claude Server is an MCP implementation that enhances Claude's capabilities by providing sophisticated context management across sessions, enabling persistent knowledge organization through hierarchical project contexts and continuous conversation threads stored in a well-structur

基本信息

分类

AI 与智能体

传输方式

stdio

发布者

davidteren

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Claude Server MCP?

Claude Server MCP is a Model Context Protocol server that provides persistent context management for Claude, enabling organized context storage across sessions, project-specific context organization, and conversation continuity. It is intended for users who need to maintain and retrieve context information across multiple conversations with Claude.

How to use Claude Server MCP?

The server is automatically configured in the Claude desktop app’s MCP settings. Contexts are stored in ~/.claude/. Users invoke the server through Claude’s use_mcp_tool function with tools like save_project_context, save_conversation_context, get_context, and list_contexts. For development, clone the repository, run npm install, then npm run build.

Key features of Claude Server MCP

  • Hierarchical project context organization with parent-child relationships
  • Cross-referencing between contexts and project-specific metadata
  • Session-based conversation tracking and conversation chaining
  • Flexible tagging system with metadata-rich context storage
  • JSON-based storage with quick lookup indexing
  • Asynchronous operations and organized directory structure

Use cases of Claude Server MCP

  • Save and organize context from a design discussion for later reference
  • Chain related conversations under the same session for continuity
  • Retrieve project-specific context when resuming work after a break
  • Index and tag contexts for quick filtering by project or topic

FAQ from Claude Server MCP

What runtime and dependencies are required?

Node.js is required. The server is built with npm; install dependencies with npm install and build with npm run build.

Where is context data stored?

All contexts are stored locally in ~/.claude/, organized into a contexts/ directory, a projects/ directory, and a context-index.json index file.

How is the server configured for use with Claude Desktop?

The server is configured in the Claude desktop app’s configuration file at ~/Library/Application Support/Claude/claude_desktop_config.json under the mcpServers key.

What tools are available in Claude Server MCP?

Tools include save_project_context, save_conversation_context, get_context, and list_contexts. Each accepts specific arguments for IDs, project IDs, content, tags, and metadata.

评论

AI 与智能体 分类下的更多 MCP 服务器