Skip to main content
Glama

NSAF MCP Server

__init__.py322 B
""" Self-Constructing Meta-Agents (SCMA) module. This module implements AI agents that can self-design new AI agents using Generative Architecture Models. """ from .meta_agent import MetaAgent from .agent_factory import AgentFactory from .evolution import Evolution __all__ = ['MetaAgent', 'AgentFactory', 'Evolution']

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/ariunbolor/nsaf-mcp-server'

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