path-dependency-mcp
v1.0.0
Published
MCP server for path dependency theory — guides researchers in writing papers using critical juncture, lock-in, increasing returns, and related concepts.
Maintainers
Readme
경로의존성 프레임워크 MCP 서버
경로의존성 이론(Path Dependence Theory)에 기반하여 연구자가 논문을 작성할 수 있도록 지원하는 MCP(Model Context Protocol) 서버입니다.
설치 및 빌드
cd "/Users/nddn/Documents/경로의존성 프레임워크"
npm install
npm run build빌드 결과물은 dist/index.js에 생성됩니다.
Claude Desktop 연동 설정
~/Library/Application Support/Claude/claude_desktop_config.json 파일을 열고 다음 내용을 추가하세요:
{
"mcpServers": {
"path-dependency-framework": {
"command": "node",
"args": [
"/Users/nddn/Documents/경로의존성 프레임워크/dist/index.js"
]
}
}
}설정 후 Claude Desktop을 재시작하면 도구가 활성화됩니다.
Claude Code에서 사용
~/.claude.json 또는 프로젝트 .claude/settings.json에 추가:
{
"mcpServers": {
"path-dependency-framework": {
"command": "node",
"args": [
"/Users/nddn/Documents/경로의존성 프레임워크/dist/index.js"
]
}
}
}제공 도구 (8개)
1. framework_overview
경로의존성 프레임워크의 이론적 기원, 핵심 명제, 전체 개념 지도를 제공합니다.
사용 예: "경로의존성 이론이 뭔지 전체적으로 설명해줘"
2. get_concept
특정 개념의 상세 정의, 분석 지표, 핵심 질문, 흔한 오류를 제공합니다.
지원 개념:
| 파라미터 | 한국어 |
|----------|--------|
| critical_juncture | 결정적 분기점 |
| lock_in | 잠금효과 |
| increasing_returns | 수확체증 |
| contingency | 우연성 |
| sequencing | 순서효과 |
| self_reinforcement | 자기강화 |
| reactive_sequence | 반응순서 |
사용 예: "결정적 분기점 개념을 자세히 설명해줘"
3. get_paper_structure
연구 유형별 논문 구조를 제안합니다.
지원 유형:
| 파라미터 | 설명 |
|----------|------|
| historical_institutional | 역사적 제도주의 논문 |
| technology | 기술 경로의존성 논문 |
| policy | 정책 경로의존성 논문 |
| comparative | 비교 사례 연구 |
4. get_section_guide
논문 특정 섹션의 상세 작성 가이드를 제공합니다.
지원 섹션: introduction, theoretical_background, analytical_framework, historical_analysis, discussion, conclusion
5. get_analysis_prompt
분석 단계별 프롬프트와 작성 템플릿을 제공합니다.
지원 단계:
| 파라미터 | 설명 |
|----------|------|
| initial_conditions | 초기 조건 분석 |
| critical_juncture_identification | 결정적 분기점 식별 |
| path_formation | 경로 형성 과정 |
| lock_in_analysis | 잠금효과 분석 |
| path_change | 경로 변화 분석 |
6. review_section
작성된 섹션이 경로의존성 프레임워크에 맞는지 체크리스트로 검토합니다.
입력: 텍스트 + 섹션 유형
7. get_literature
핵심 문헌 목록과 인용 정보를 제공합니다 (13편 수록).
주제 필터: foundations, political_science, sociology, economics, technology, institutions
8. diagnose_research
연구 설계가 경로의존성 프레임워크에 적합한지 진단하고 개선 방향을 제안합니다.
수록 문헌 목록
| 저자 | 연도 | 제목 | |------|------|------| | David | 1985 | Clio and the Economics of QWERTY | | Arthur | 1989 | Competing Technologies, Increasing Returns, and Lock-In | | Pierson | 2000 | Increasing Returns, Path Dependence, and the Study of Politics | | Mahoney | 2000 | Path Dependence in Historical Sociology | | Mahoney | 2001 | The Legacies of Liberalism | | Thelen | 1999 | Historical Institutionalism in Comparative Politics | | Hall & Taylor | 1996 | Political Science and the Three New Institutionalisms | | North | 1990 | Institutions, Institutional Change and Economic Performance | | Capoccia & Kelemen | 2007 | The Study of Critical Junctures | | Pierson | 2004 | Politics in Time | | Thelen | 2004 | How Institutions Evolve | | Streeck & Thelen | 2005 | Beyond Continuity | | Vergne & Durand | 2010 | The Missing Link Between Theory and Empirics |
권장 논문 작성 워크플로우
1. diagnose_research → 연구 설계 적합성 진단
2. framework_overview → 프레임워크 전체 파악
3. get_paper_structure → 연구 유형별 논문 구조 확인
4. get_concept → 사용할 개념 상세 학습
5. get_section_guide → 각 섹션 작성 가이드 확인
6. get_analysis_prompt → 분석 단계별 프롬프트로 분석 수행
7. review_section → 작성된 섹션 검토
8. get_literature → 필요 문헌 확인 및 인용