Official Ampersand AI SDKs
@amp-labs
关于 Official Ampersand AI SDKs
Official AI SDK by Ampersand
基本信息
配置
工具
未检测到工具
工具是从 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
createRecordandupdateRecord. - 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
checkConnectiontool 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 服务器
Codelf
unbugA search tool helps dev to solve the naming things problem.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Servers
modelcontextprotocolModel Context Protocol Servers
评论