MCP.so
登录

Official Ampersand AI SDKs

@amp-labs

关于 Official Ampersand AI SDKs

Official AI SDK by Ampersand

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

amp-labs

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Official Ampersand AI SDKs?

This repo contains the official Ampersand AI SDK and the official MCP server for Ampersand. The AI SDK exposes tools for AI agents to manage and interact with integrations with customers' SaaS tools, while the MCP server exposes those tools via the Model Context Protocol.

How to use Official Ampersand AI SDKs?

Install the AI SDK with npm install @amp-labs/ai (or yarn/pnpm). Import modules such as createRecord and updateRecord from framework-specific paths (e.g., @amp-labs/ai/aisdk for Vercel AI SDK, @amp-labs/ai/mastra for Mastra). For the MCP server, configure it in mcp.json or claude_desktop_config.json using either SSE mode (with URL and headers/query param) or stdio mode (with npx command and env variables).

Key features of Official Ampersand AI SDKs

  • AI SDK provides tools like createRecord and updateRecord.
  • MCP server connects agents to 150+ Ampersand connectors.
  • Supports Vercel AI SDK, Mastra, and other agent frameworks.
  • Multi-tenant MCP server exposes Ampersand primitives as native tools.
  • Includes end-to-end tests for the AI SDK.
  • MIT licensed and open to contributions.

Use cases of Official Ampersand AI SDKs

  • Build AI agents that create, update, and manage records in customer SaaS tools.
  • Verify Salesforce connections via the checkConnection tool in AI workflows.
  • Integrate B2B SaaS integrations into agentic apps using the Ampersand platform.
  • Test and iterate on local SDK changes with the provided test infrastructure.

FAQ from Official Ampersand AI SDKs

What runtime or dependencies are required for the MCP server?

The MCP server can be run via SSE (remote) or stdio (local). For stdio, you need Node.js and npx. Environment variables include AMPERSAND_API_KEY, AMPERSAND_PROJECT_ID, AMPERSAND_GROUP_REF, and optionally AMPERSAND_INTEGRATION_NAME.

How do I authenticate with the remote MCP server?

Pass your Ampersand API key via the x-api-key header in SSE mode, or as a query parameter (apiKey) if headers are not supported. For stdio mode, set it in the env as AMPERSAND_API_KEY.

Where is the data or integration configuration stored?

Ampersand manages integrations and connectors on its platform; the SDK and MCP server reference your project, integration, and group (identified by projectId, integrationName, and groupRef) to access the appropriate configuration.

What transport modes does the MCP server support?

The MCP server supports SSE (Server-Sent Events) for remote clients and stdio for local clients (e.g., via npx).

评论

其他 分类下的更多 MCP 服务器