Skald Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Skald Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Chat with your Skald knowledge base, add and update new knowledge, and search through memos.
The Skald MCP server provides seven powerful tools:
Ask Skald questions about your knowledge base in natural language with optional filters to narrow search context.
Search through your memos using multiple methods with optional filters:
chunk_vector_search) - Find relevant content by meaningtitle_contains) - Case-insensitive substring matchingtitle_startswith) - Case-insensitive prefix matchingCreate new memos that are automatically processed, summarized, tagged, chunked, and indexed for search.
Retrieve a memo by UUID or client reference ID with full content, summary, tags, and chunks.
Update an existing memo by UUID or client reference ID. If content is updated, the memo will be reprocessed.
Permanently delete a memo by UUID or client reference ID along with all associated data.
Generate documents based on prompts and retrieved context from the knowledge base with optional style/format rules and filters.
git clone https://github.com/skaldlabs/skald-mcp
cd skald-mcpnpm installnpm run buildcmd+shift+p on macOS or ctrl+shift+p on Windows → "Cursor Settings"){
"mcpServers": {
"skald": {
"type": "command",
"command": "node ABSOLUTE_PATH_TO_PROJECT/build/index.js --key=YOUR_SKALD_API_KEY"
}
}
}Replace:
ABSOLUTE_PATH_TO_PROJECT with the full path to your skald-mcp directoryYOUR_SKALD_API_KEY with your Skald API keyTip: Right-click on /build/index.js in Cursor and select "Copy Path" to get the absolute path.
Command-line arguments:
--key: Your Skald API key (required if not using environment variable){
"mcpServers": {
"skald": {
"command": "node",
"args": [
"ABSOLUTE_PATH_TO_PROJECT/build/index.js"
],
"env": {
"SKALD_API_KEY": "YOUR_SKALD_API_KEY"
}
}
}
}Replace:
ABSOLUTE_PATH_TO_PROJECT with the full path to your skald-mcp directoryYOUR_SKALD_API_KEY with your Skald API keyEnvironment variables:
SKALD_API_KEY: Your Skald API key (required)Ask Cursor/Claude: "Check Skald for what are the instructions for running our Django server locally."The assistant will query your Skald knowledge base and return an answer.
Ask Cursor/Claude: "Search Skald for the docs about our product vision"The assistant will use the skald-search tool with semantic search to find relevant memos and display:
If you had asked for "memos with Product Vision in the title", the agent would pick another search method such as title_contains.
Ask Cursor/Claude: "Generate an API reference for my endpoints and upload it to Skald"The assistant will create a new memo in your Skald knowledge base, which will be automatically processed and made searchable.
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | The question to ask your knowledge base |
project_id | string | No | Project UUID (required when using Token Authentication) |
filters | Filter[] | No | Optional filters to narrow the search context |
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | The search query |
search_method | enum | Yes | One of: chunk_vector_search, title_contains, title_startswith |
limit | number | No | Maximum results to return (1-50, default 10) |
filters | Filter[] | No | Optional filters to narrow results |
| Parameter | Type | Required | Description |
|---|---|---|---|
title | string | Yes | The title of the memo (max 255 characters) |
content | string | Yes | The full content of the memo |
project_id | string | No | Project UUID (required when using Token Authentication) |
metadata | object | No | Custom JSON metadata |
reference_id | string | No | External reference ID to match with your documents |
tags | string[] | No | Tags for categorization |
source | string | No | Source of the content (useful for integrations) |
| Parameter | Type | Required | Description |
|---|---|---|---|
memo_id | string | Yes | The memo UUID or client reference ID |
id_type | enum | No | Type of identifier: memo_uuid (default) or reference_id |
| Parameter | Type | Required | Description |
|---|---|---|---|
memo_id | string | Yes | The memo UUID or client reference ID |
id_type | enum | No | Type of identifier: memo_uuid (default) or reference_id |
title | string | No | New title for the memo |
content | string | No | New content for the memo |
metadata | object | No | New metadata |
client_reference_id | string | No | New client reference ID |
source | string | No | New source |
expiration_date | string | No | New expiration date |
| Parameter | Type | Required | Description |
|---|---|---|---|
memo_id | string | Yes | The memo UUID or client reference ID |
id_type | enum | No | Type of identifier: memo_uuid (default) or reference_id |
| Parameter | Type | Required | Description |
|---|---|---|---|
prompt | string | Yes | The prompt for document generation |
rules | string | No | Optional style/format rules |
filters | Filter[] | No | Optional filters to control which memos are used as context |
Filters are used in skald-chat, skald-search, and skald-generate to narrow results:
| Field | Type | Required | Description |
|---|---|---|---|
field | string | Yes | The field to filter on |
operator | enum | Yes | One of: eq, neq, contains, startswith, endswith, in, not_in |
value | string or string[] | Yes | The value to filter by |
filter_type | enum | Yes | native_field (e.g., source, tags) or custom_metadata |
Example filter:
{
"field": "source",
"operator": "eq",
"value": "notion",
"filter_type": "native_field"
}npm run buildnpm run lintnpm run lint:fixIf you get an error about a missing API key:
--key argument is set in your configSKALD_API_KEY is set in the env sectionIf you see "Cannot find module '@skald-labs/skald-node'":
npm install
npm run buildCheck the debug logs:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.