Skip to main content
Glama

MemOS-MCP

by qinshu1109
Apache 2.0
3
  • Linux
  • Apple
parser.py382 B
from memos.configs.parser import ParserConfigFactory from memos.parsers.factory import ParserFactory config = ParserConfigFactory.model_validate( { "backend": "markitdown", "config": {}, } ) parser = ParserFactory.from_config(config) file_path = "README.md" markdown_text = parser.parse(file_path) print("Markdown text:\n", markdown_text) print("==" * 20)

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/qinshu1109/memos-MCP'

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