{"schema_version":"1.0","name":"Matthias Meyer","description":"The open-source tools I build for my own AI stack — MCP servers, memory tools, agent patterns, security layers. Explained with architecture, trade-offs, and when to use them.","url":"https://matthiasmeyer.tech","contact":{"email":"matthias@studiomeyer.io","url":"https://matthiasmeyer.tech#contact"},"tools":[{"name":"list_repos","description":"List all open-source repositories Matthias maintains, filterable by group (memory|agents|security|media|workflow|factory|saas) or tier (hero|secondary).","endpoint":"/api/v1/repos","method":"GET","parameters":{"group":{"type":"string","description":"Filter by group","required":false,"enum":["memory","agents","security","media","workflow","factory","saas"]},"tier":{"type":"string","description":"Filter by tier","required":false,"enum":["hero","secondary"]}}},{"name":"get_repo","description":"Get detailed information about one repo: description, language, stars, install instructions, related repos.","endpoint":"/api/v1/repos/[slug]","method":"GET","parameters":{"slug":{"type":"string","description":"Repo slug, e.g. 'local-memory-mcp'","required":true}}},{"name":"list_concepts","description":"List repo-agnostic concept articles explaining the patterns behind the code (MCP, stdio vs HTTP, memory architectures, A2A, WebMCP).","endpoint":"/api/v1/concepts","method":"GET"}],"capabilities":{"languages":["en","de","es"],"repos":22}}