Token导航 LogoToken导航TokenDH.com
ST
开发工具HTTP官方级别未说明来源级核验

Struq (9b2df0)

MCP Server

Struq MCP gives coding agents secure access to your Struq vault of reusable prompts, skills, rules, kits, and project context. Search assets, open full context, load kits and projects, and save or up…

工具数

公开资料未说明
JavaScriptSession认证HTTP开发工具

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

最后核验

2026/5/18 00:17

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y smithery mcp add struq/struq

详细介绍

Struq

Struq MCP gives coding agents secure access to your Struq vault of reusable prompts, skills, rules, kits, and project context. Search assets, open full context, load kits and projects, and save or up…

Quick Start

# Connect this server (installs CLI if needed)
npx -y smithery mcp add struq/struq

# Browse available tools
npx -y smithery tool list struq/struq

# Get full schema for a tool
npx -y smithery tool get struq/struq vault_list_assets

# Call a tool
npx -y smithery tool call struq/struq vault_list_assets '{}'

Direct MCP Connection

Endpoint: https://struq--struq.run.tools

Tools (12)

  • vault_list_assets — List assets from your Struq vault. Optionally filter by type or tag. When presenting results to the user, show only the…
  • vault_search — Full-text search your Struq vault. Searches titles, summaries, and body content. When presenting results to the user, s…
  • vault_get_asset — Get the full content of an asset from your Struq vault by its ID.
  • vault_get_favorites — Get all favorited assets from your Struq vault.
  • vault_create_asset — Save new content to your Struq vault as an asset.
  • vault_update_asset — Update an existing asset in your Struq vault. You can update the body, title, summary, tags, or type.
  • vault_list_kits — List all kits in your Struq vault. Kits are named bundles of related assets.
  • vault_get_kit — Get a kit with all its asset content. Useful for loading a full context bundle into your session.
  • vault_list_projects — List all projects in your Struq workspace.
  • vault_get_project — Get a full project workspace including notes, tech stack, attached kits, and all effective assets.
  • vault_fork — Fork an asset from your vault. Creates an independent copy with lineage tracking. Optionally attach the fork to a proje…
  • vault_clone_to_file — Clone a vault asset into a file in your project. Returns the formatted file content ready to write. The AI can then wri…
# Get full input/output schema for a tool
npx -y smithery tool get struq/struq 

Resources

  • struq://vault — All assets in your Struq vault (metadata only)
  • struq://kits — All kits in your Struq vault
  • struq://projects — All projects in your Struq workspace

Prompts (2)

  • project_context (projectId) — Build a rich context block from a Struq project. Use this at the start of a session to prime your AI with all relevant …
  • vault_primer (type) — Get a compact summary of your Struq vault to use as AI session context. Optionally filter by asset type.

目录标签

目录标签

JavaScriptSession认证HTTP开发工具

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

session

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPsession部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:category

来源信息

继续浏览同类 MCP