A Model Context Protocol (MCP) wrapper for Agenite
@agenite/mcp
package provides a client implementation for interacting with Model Context Protocol (MCP) servers. This enables Agenite agents to seamlessly access external data sources and capabilities through a standardized protocol.
@agenite/mcp
package supports two transport mechanisms for connecting to MCP servers:
@agenite/tool
instances that can be used directly with Agenite agents:
Server | Description | NPM Package |
---|---|---|
Fetch | Makes HTTP requests to fetch web content | @modelcontextprotocol/server-fetch |
Filesystem | Provides access to local files | @modelcontextprotocol/server-filesystem |
Sqlite | Connects to SQLite databases | @modelcontextprotocol/server-sqlite |
Weather | Fetches weather data | @modelcontextprotocol/server-weather |
@agenite/mcp
package provides a powerful way to integrate external data sources and capabilities into your Agenite agents. By leveraging the standardized Model Context Protocol, you can create agents that interact with a wide range of systems without having to implement complex integrations for each one.
To explore more advanced MCP scenarios, check out the building a web research agent guide and the example code on GitHub.