Skip to main content
Glama
han0420

MCP Dev Standards

by han0420

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITHUB_TOKENNoGitHub API Token(用于 Git 来源)
STANDARDS_PATHNo规范文档路径./standards
STANDARDS_CONFIGNo配置文件路径standards.config.json

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "subscribe": false,
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
resolve-standard-idA

根据关键词搜索匹配的开发规范文档。在获取具体规范内容前,必须先调用此工具获取规范 ID。

get-standard-docsA

获取指定规范文档的详细内容。需要先通过 resolve-standard-id 获取规范 ID。

list-standardsA

列出所有可用的开发规范分类和文档。可按分类过滤。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
API 错误处理规范API 错误处理的设计规范和最佳实践
RESTful API 设计规范RESTful API 的设计规范和最佳实践
数据库命名规范数据库表、字段、索引等的命名规范
AI 生成代码注释规范AI 生成代码的强制注释要求,确保代码可读性、可维护性和知识传递
团队开发规范团队内部的自定义开发规范和约定
Vite 开发规范Vite 构建工具的配置规范和最佳实践,基于官方文档整理
Webpack 开发规范Webpack 构建工具的配置规范和最佳实践,基于官方文档整理
Qiankun 微前端开发规范Qiankun 微前端框架的开发规范和最佳实践,基于官方文档整理
React 组件开发规范React 函数组件的编写规范和最佳实践
React Hooks 开发规范React 自定义 Hooks 的编写规范和最佳实践
前端代码安全检查规范前端代码安全检查清单、漏洞防护和最佳实践,涵盖 XSS、CSRF、敏感数据保护等
Tailwind CSS 开发规范Tailwind CSS 的使用规范和最佳实践
Vue 3 组件开发规范Vue 3 组件的编写规范和最佳实践
Vue 3 Composables 开发规范Vue 3 组合式函数的编写规范和最佳实践
Vue 2 开发规范Vue 2.x 组件开发规范和最佳实践,基于官方文档整理
Vue 3 开发规范Vue 3.x 组件开发规范和最佳实践,基于官方文档整理,重点介绍 Composition API
Using TypeScriptSource: https://github.com/vercel/next.js/blob/canary/docs/01-app/01-getting-started/01-installation.mdx

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/han0420/mcp-dev-standards'

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