elijahdev0_mcp-server

elijahdev0_mcp-server

3.2

If you are the rightful owner of elijahdev0_mcp-server 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.

Model Context Protocol (MCP) server for Letta API.

The openapi-mcp-server is a Model Context Protocol (MCP) server designed to interface with the Letta API. It provides a robust platform for managing and interacting with various tools, agents, and data sources through a standardized protocol. The server supports both JavaScript and TypeScript, offering flexibility in deployment and development. It is equipped with a comprehensive set of endpoints that facilitate operations such as creating, retrieving, updating, and deleting tools, agents, and data sources. Additionally, it supports advanced functionalities like message streaming, asynchronous processing, and multi-agent group management. The server is highly configurable through environment variables, allowing users to tailor it to their specific needs. With its extensive feature set, the openapi-mcp-server is an ideal solution for developers looking to integrate MCP capabilities into their applications.

Features

  • Supports both JavaScript and TypeScript versions for flexibility in development.
  • Comprehensive set of endpoints for managing tools, agents, and data sources.
  • Advanced functionalities like message streaming and asynchronous processing.
  • Highly configurable through environment variables.
  • Compatible with any MCP-compatible consumer, such as Claude.js client.

Tools

  1. delete_tool

    Delete the specified tool

  2. retrieve_tool

    Get the specified tool

  3. modify_tool

    Update existing tools

  4. list_tools

    Get a list of all available tools

  5. create_tool

    Create a new tool

  6. upsert_tool

    Create or update the tool

  7. add_base_tools

    Update basic tools

  8. run_tool_from_source

    Build and run tools from source code

  9. list_composio_apps

    Get a list of all Composio apps

  10. list_composio_actions_by_app

    Get the list of Composio operations for the specified application

  11. add_composio_tool

    Add a new Composio tool

  12. list_mcp_servers

    Get a list of all configurations of MCP servers

  13. add_mcp_server

    Add a new MCP server

  14. list_mcp_tools_by_server

    Get a list of tools for the specified MCP server

  15. add_mcp_tool

    Register a new MCP tool

  16. delete_mcp_server

    Delete the MCP server