MCP Context Template
πͺ± MCP Context Template is a repository designed to centrally manage AI tools (MCP) to reduce context sharing costs and improve development productivity.
currenjin
README
MCP Context Template
Introduction
MCP Context Template is a repository designed to centrally manage AI tools (MCP) to reduce context sharing costs and improve development productivity.
It serves as a central context repository that helps modern AI tools like Claude Code and Cursor AI consistently understand your company's codebase and development practices.
Purpose
- Common context repository managed independently from individual projects
- Providing reference document structure to improve collaboration efficiency with AI tools
- Containing examples and guides that can be used by different teams and organizational layers
- Providing consistent AI usage experience across projects
- Reducing the burden of duplicate context management
Directory Structure
ai-context/
βββ README.md
βββ context/
β βββ backend/
β β βββ domain-overview.md
β β βββ service-patterns.md
β β βββ test-guidelines.md
β βββ frontend/
β β βββ component-structure.md
β β βββ naming-convention.md
β βββ mobile/
β β βββ network-layer.md
β βββ shared/
β βββ business-terms.md
β βββ naming-style.md
βββ prompts/
β βββ refactoring.md
β βββ test-generation.md
β βββ code-review.md
βββ examples/
βββ cursor-snippets.md
βββ claude-usage.md
How to Use
1. Project Integration
- Set
ai-context/
as a context path in your project's.cloderc
or Cursor settings - Explicitly reference guides in Claude Code prompts with "Please refer to the following guide: [path]"
- Example: Request refactoring based on
context/backend/service-patterns.md
Refactoring request:
Please refactor the following code according to the service patterns defined in context/backend/service-patterns.md.
[INSERT CODE]
2. Contribution Guidelines
- Contribute via Pull Request
- Write all convention documents in Markdown
- Propose significant context structure changes as issues first for discussion
- Write context concisely and clearly for easy AI understanding
3. Prompt Writing Examples
Example from prompts/test-generation.md
:
## Purpose
Claude prompt example for automating service unit test generation
## Prompt
Please write unit test code for the following service class method:
- Test framework: JUnit5
- Mocking: MockK
- Use Given-When-Then format
- Target method:
```kotlin
fun getUserById(id: Long): User
Use Cases
- New developer onboarding - quickly understand code styles and patterns
- Automation of repetitive coding tasks - generating test code, boilerplate
- Code review automation - generate review comments with consistent standards
- Documentation support - assist in codebase documentation tasks
MCP Context Template(Korean)
μκ°
MCP Context Templateμ AI λꡬ(MCP)λ₯Ό "μ€μ μ§μ€μ"μΌλ‘ κ΄λ¦¬νμ¬ μ»¨ν μ€νΈ 곡μ λΉμ©μ μ€μ΄κ³ κ°λ° μμ°μ±μ λμ΄κΈ° μν λ ν¬μ§ν 리μ λλ€.
Claude Code, Cursor AI λ± μ΅μ AI λꡬλ€μ΄ μΌκ΄λ λ°©μμΌλ‘ νμ¬μ μ½λλ² μ΄μ€μ κ°λ° κ΄νμ μ΄ν΄ν μ μλλ‘ λλ μ€μ 컨ν μ€νΈ μ μ₯μλ‘ κΈ°λ₯ν©λλ€.
λͺ©μ
- νλ‘μ νΈμ λ 립μ μΌλ‘ κ΄λ¦¬λλ κ³΅ν΅ μ»¨ν μ€νΈ μ μ₯μ
- AI λꡬμμ νμ ν¨μ¨μ λμ΄κΈ° μν μ°Έκ³ λ¬Έμ ꡬ쑰 μ 곡
- νλ³, κ³μΈ΅λ³λ‘ νμ© κ°λ₯ν μμμ κ°μ΄λ μλ‘
- νλ‘μ νΈ κ° μΌκ΄λ AI μ¬μ© κ²½ν μ 곡
- μ€λ³΅ 컨ν μ€νΈ κ΄λ¦¬ λΆλ΄ κ°μ
λλ ν 리 ꡬ쑰
ai-context/
βββ README.md
βββ context/
β βββ backend/
β β βββ domain-overview.md
β β βββ service-patterns.md
β β βββ test-guidelines.md
β βββ frontend/
β β βββ component-structure.md
β β βββ naming-convention.md
β βββ mobile/
β β βββ network-layer.md
β βββ shared/
β βββ business-terms.md
β βββ naming-style.md
βββ prompts/
β βββ refactoring.md
β βββ test-generation.md
β βββ code-review.md
βββ examples/
βββ cursor-snippets.md
βββ claude-usage.md
νμ© λ°©λ²
1. νλ‘μ νΈμμμ νμ©
- νλ‘μ νΈ λ΄
.cloderc
λλ Cursor μ€μ μμai-context/
λ₯Ό context pathλ‘ μ§μ - Claude Code ν둬ννΈ μμ± μ "λ€μ κ°μ΄λλ₯Ό μ°Έκ³ ν΄μ£ΌμΈμ: [κ²½λ‘]"μ κ°μ΄ λͺ μμ μΌλ‘ μΈκΈ
- μμ:
context/backend/service-patterns.md
μ κΈ°λ°ν 리ν©ν λ§ μμ²
리ν©ν λ§ μμ²:
context/backend/service-patterns.mdμ μ μλ μλΉμ€ ν¨ν΄μ λ°λΌ λ€μ μ½λλ₯Ό 리ν©ν λ§ν΄ μ£ΌμΈμ.
[μ½λ μ½μ
]
2. λ¬Έμ κΈ°μ¬ κ°μ΄λ
- Pull Requestλ₯Ό ν΅ν΄ κΈ°μ¬
- λͺ¨λ 컨벀μ λ¬Έμλ MarkdownμΌλ‘ μμ±
- ν° μ»¨ν μ€νΈ ꡬ쑰 λ³κ²½μ μ΄μλ‘ λ¨Όμ μ μ ν λ Όμ
- 컨ν μ€νΈλ κ°κ²°νκ³ λͺ ννκ² μμ±νμ¬ AIκ° μ΄ν΄νκΈ° μ½κ² ꡬμ±
3. ν둬ννΈ μμ± μμ
prompts/test-generation.md
μμ:
## λͺ©μ
μλΉμ€ λ¨μ ν
μ€νΈ μλνλ₯Ό μν Claudeμ© ν둬ννΈ μμ
## ν둬ννΈ
μλΉμ€ ν΄λμ€μ λ©μλμ λν΄ λ¨μ ν
μ€νΈ μ½λλ₯Ό μμ±ν΄μ£ΌμΈμ.
- ν
μ€νΈ νλ μμν¬: JUnit5
- λͺ¨νΉ: MockK
- Given-When-Then νμ μ¬μ©
- ν
μ€νΈ λμ λ©μλ:
```kotlin
fun getUserById(id: Long): User
νμ© μ¬λ‘
- μλ‘μ΄ κ°λ°μ μ¨λ³΄λ© - μ½λ μ€νμΌκ³Ό ν¨ν΄μ λΉ λ₯΄κ² μ΄ν΄
- λ°λ³΅μ μΈ μ½λ μμ μλν - ν μ€νΈ μ½λ, 보μΌλ¬νλ μ΄νΈ μμ±
- μ½λ 리뷰 μλν - μΌκ΄λ κΈ°μ€μΌλ‘ 리뷰 μ½λ©νΈ μμ±
- λ¬Έμν μ§μ - μ½λλ² μ΄μ€ λ¬Έμν μμ 보쑰
Recommended Servers
Crypto Price & Market Analysis MCP Server
A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.
MCP PubMed Search
Server to search PubMed (PubMed is a free, online database that allows users to search for biomedical and life sciences literature). I have created on a day MCP came out but was on vacation, I saw someone post similar server in your DB, but figured to post mine.
dbt Semantic Layer MCP Server
A server that enables querying the dbt Semantic Layer through natural language conversations with Claude Desktop and other AI assistants, allowing users to discover metrics, create queries, analyze data, and visualize results.
mixpanel
Connect to your Mixpanel data. Query events, retention, and funnel data from Mixpanel analytics.

Sequential Thinking MCP Server
This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.

Nefino MCP Server
Provides large language models with access to news and information about renewable energy projects in Germany, allowing filtering by location, topic (solar, wind, hydrogen), and date range.
Vectorize
Vectorize MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking.
Mathematica Documentation MCP server
A server that provides access to Mathematica documentation through FastMCP, enabling users to retrieve function documentation and list package symbols from Wolfram Mathematica.
kb-mcp-server
An MCP server aimed to be portable, local, easy and convenient to support semantic/graph based retrieval of txtai "all in one" embeddings database. Any txtai embeddings db in tar.gz form can be loaded
Research MCP Server
The server functions as an MCP server to interact with Notion for retrieving and creating survey data, integrating with the Claude Desktop Client for conducting and reviewing surveys.