We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/evangstav/personal-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__main__.py•174 B
from .cli import cli
def main():
"""Main entry point for the Personal MCP server."""
cli(auto_envvar_prefix="PERSONAL_MCP")
if __name__ == "__main__":
main()