Skip to main content
Glama
kzmshx
by kzmshx
SETUP.md731 B
# SETUP ## Development Environment ### Install Dependencies ```bash uv sync ``` ### Serena MCP Setup Serena is an MCP server for code analysis. Project settings are in `.serena/`. Run in project root: ```bash claude mcp add serena -s local -- uvx --from git+https://github.com/oraios/serena serena start-mcp-server --context ide-assistant --project $(pwd) ``` ## Commands | Command | Description | | ----------- | ------------------------ | | `make lint` | Run linter | | `make fix` | Auto-fix lint issues | | `make test` | Run tests | | `make help` | Show available commands | ## Running the MCP Server ```bash uv run frontmatter-mcp --base-dir /path/to/markdown ```

Latest Blog Posts

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/kzmshx/frontmatter-mcp'

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