Simple icon

Simple

Provides an in-memory key-value store accessible by Model Context Protocol (MCP) compatible AI assistants and clients.

关于

Simple is a straightforward Model Context Protocol (MCP) server designed to offer basic value lookup operations. It implements an in-memory key-value store, making it ideal for temporary data storage or for providing dynamic context to AI assistants and clients that communicate via the MCP standard. The server handles JSON values automatically and provides a suite of operations including setting, getting, deleting, listing, and clearing data.

主要功能

  • In-memory key-value store for session-based data
  • Automatic JSON parsing and formatting for values
  • Supports multiple operations: get, set, delete, list, clear
  • Full compliance with the standard MCP protocol for communication
  • Easy integration with any MCP-compatible client using stdio transport
  • 0 GitHub stars

使用案例

  • Providing temporary contextual data for AI assistants during a session
  • Implementing a simple lookup service for MCP-compatible clients
  • Demonstrating the capabilities of an MCP server with a functional data store
Advertisement

Advertisement