Skip to main content
Glama

agentcore_memory

Manages memory storage for context-aware AI agents, enabling persistent data handling and retrieval within the AWS AgentCore framework.

Instructions

Documentation on AgentCore Memory for building context-aware agents.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function for the 'agentcore_memory' tool. It reads and returns the contents of the 'memory.md' documentation file using package resources.
    @mcp.tool() async def agentcore_memory() -> str: """Documentation on AgentCore Memory for building context-aware agents.""" return pkg_resources.joinpath("content", "memory.md").read_text( encoding="utf-8" )

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/weiwarren/agentcore-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server