Cover image
Try Now
2025-04-07

Construyendo mi primer servidor de protocolo de contexto modelo

3 years

Works with Finder

1

Github Watches

0

Github Forks

0

Github Stars

IOG Model Context Protocol (MCP) Server

A standalone implementation of the IOG Model Context Protocol (MCP) server that can be integrated with systems like Windsurf.

Features

  • Tool Registry: Includes calculator and search functionality
  • Data Retrieval: Tools for accessing personas and products data
  • Standard MCP Endpoints: For tool discovery and execution
  • JSON Schema Definitions: For all tools and parameters
  • Windsurf Integration: Example code for connecting to Windsurf

Installation

# Clone the repository or copy these files to your project
# Install dependencies
npm install

Usage

Starting the MCP Server

npm start
# or
node iog_mcp_server.js

The server will run on http://localhost:3001 by default.

Available Endpoints

  • GET /mcp/tools: Returns a list of available tools and their definitions
  • POST /mcp/execute: Executes a tool with the provided parameters

Integrating with Windsurf

The windsurf_integration.js file provides a complete example of how to integrate this MCP server with Windsurf:

const WindsurfMCPIntegration = require('./windsurf_integration');

async function main() {
  const integration = new WindsurfMCPIntegration();
  await integration.initialize();
  await integration.registerWithWindsurf();
  
  // Now you can use the tools through Windsurf
}

main();

Data Sources

To use the data retrieval tools, you need to provide data files:

  • personas.json: Information about IOG personas
  • products.json: Basic information about IOG products
  • IOG Products/: Directory containing detailed Markdown files for products

Customizing

You can extend the tool registry in iog_mcp_server.js by adding new tools to the tools object.

License

MIT

相关推荐

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • Yusuf Emre Yeşilyurt
  • I find academic articles and books for research and literature reviews.

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

  • https://zenepic.net
  • Embark on a thrilling diplomatic quest across a galaxy on the brink of war. Navigate complex politics and alien cultures to forge peace and avert catastrophe in this immersive interstellar adventure.

  • https://reddgr.com
  • Delivers concise Python code and interprets non-English comments

  • apappascs
  • Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.

  • ShrimpingIt
  • Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx

  • pontusab
  • La comunidad de cursor y windsurf, encontrar reglas y MCP

  • av
  • Ejecute sin esfuerzo LLM Backends, API, frontends y servicios con un solo comando.

  • 1Panel-dev
  • 🔥 1Panel proporciona una interfaz web intuitiva y un servidor MCP para administrar sitios web, archivos, contenedores, bases de datos y LLM en un servidor de Linux.

  • Mintplex-Labs
  • La aplicación AI de escritorio todo en uno y Docker con trapo incorporado, agentes de IA, creador de agentes sin código, compatibilidad de MCP y más.

  • GeyserMC
  • Una biblioteca para la comunicación con un cliente/servidor de Minecraft.

  • modelcontextprotocol
  • Servidores de protocolo de contexto modelo

  • awslabs
  • Servidores AWS MCP: servidores MCP especializados que traen las mejores prácticas de AWS directamente a su flujo de trabajo de desarrollo

  • WangRongsheng
  • 🧑‍🚀 全世界最好的 llM 资料总结(数据处理、模型训练、模型部署、 O1 模型、 MCP 、小语言模型、视觉语言模型) | Resumen de los mejores recursos del mundo.

    Reviews

    2 (1)
    Avatar
    user_VcPfdZo3
    2025-04-17

    I've been using the IOG-MCP-server by ianpilon for several weeks now and am thoroughly impressed. Its seamless integration and robust performance have significantly improved my workflow. The documentation is clear, making setup straightforward. Highly recommend for any MCP application enthusiasts! Check it out here: https://github.com/ianpilon/IOG-MCP-server.