inori-mcp

liu599/inori-mcp

3.2

If you are the rightful owner of inori-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A very simple MCP Server implemented in Go and Python, demonstrating a basic MCP workflow without external API dependencies.

This project provides a basic implementation of a Model Context Protocol (MCP) Server using both Go and Python. It includes a simple MCP client to interact with the server. The project is designed to help users understand a basic MCP workflow by simulating a scenario where a large model is used to search for books on shelves labeled A, B, C, and D. The Go and Python implementations of the MCP tool are provided, along with a Python workflow README. The project emphasizes ease of understanding and implementation, making it accessible for those new to MCP technology.

Features

  • Dual Implementation: Provides both Go and Python implementations for flexibility and learning.
  • No External Dependencies: Designed to work without relying on external APIs, simplifying the learning process.
  • Simple Workflow: Demonstrates a basic MCP workflow with a clear and understandable scenario.
  • Tool Registration: Includes a straightforward method for registering tools with the MCP server.
  • Debugging Support: Offers debugging capabilities using Node.js inspector for easy troubleshooting.

Tools

  1. bookSearch.go

    Go implementation of book search tools

  2. MCPServer_book_search.py

    Python implementation of book search tool