@mcp-s/mcp

1.0.17 • Public • Published

MCP-S Client Library

MCP-S Logo

Overview

MCP-S is a powerful client library that enables seamless integration with MCP services. This document provides instructions on how to configure and use the MCP client in your project.

Configuration

To use MCP-S in your project, you need to configure the MCP servers in your project settings. Here's an example configuration:

{
  "mcpServers": {
    "MyMCP": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp-s/mcp"
      ],
      "env": {
        "ORG": "<YOUR_ORG>",
        "USER_ACCESS_KEY": "<YOUR_USER_ACCESS_KEY>"
      }
    }
  }
}

Environment Variables

The following environment variables need to be configured:

  • ORG: Your organization identifier
  • USER_ACCESS_KEY: Your user access key for authentication
  • BASE_URL: (Optional) Custom base URL for the MCP service. If not provided, defaults to https://run.mcp-s.com/${ORG}

How to Add MCP

  1. Create or locate your project's configuration file
  2. Add the MCP configuration block as shown above
  3. Replace <YOUR_ORG> with your organization identifier
  4. Replace <YOUR_USER_ACCESS_KEY> with your user access key
  5. (Optional) Replace <OPTIONAL_BASE_URL> with your custom base URL if needed
  6. Save the configuration file

Getting Started

Visit mcp-s.com for more information and documentation.

Support

For support and additional resources, please visit our website at mcp-s.com.

Readme

Keywords

none

Package Sidebar

Install

npm i @mcp-s/mcp

Weekly Downloads

38

Version

1.0.17

License

ISC

Unpacked Size

8.61 kB

Total Files

5

Last publish

Collaborators

  • idan-webrix
  • shalevshalit