Skip to main content
Glama
__init__.py499 B
from typing import Dict, List from boto3 import Session from strands import Agent from strands.models import BedrockModel from strands_agent_mcp.registry import AgentEntry def build_agents() -> List[AgentEntry]: return [ AgentEntry( name="simple-agent", agent=Agent( model=BedrockModel( boto_session=Session(region_name="us-west-2") ) ), skills=["general-knowledge"] ) ]

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/imgaray/strands-agents-mcp'

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