Skip to main content
Glama
sivanlm-commits

MCP Workspace Server

MCP Workspace Server

제어된 로컬 작업 공간 안의 파일에 AI 에이전트가 안전하고 구조화된 방식으로 접근할 수 있게 해 주는 경량 Python MCP 서버입니다.

개요

AI 에이전트는 종종 로컬 파일에 저장된 프로젝트 컨텍스트에 접근해야 합니다. 에이전트에게 제한 없는 파일 시스템 접근을 허용하면 불필요한 보안 위험이 발생합니다.

이 프로젝트는 Model Context Protocol (MCP)을 사용하여 구성된 디렉터리로의 접근을 제한하면서 제어된 작업 공간 도구의 작은 집합을 제공합니다.

Related MCP server: Files MCP Server

MCP 도구

서버는 세 가지 도구를 제공합니다.

list_workspace_files

구성된 작업 공간 내부에서 사용할 수 있는 파일을 나열합니다.

read_text_file

크기 제한을 구성할 수 있는 UTF-8 텍스트 파일을 읽습니다.

search_text

작업 공간 문서를 검색하고 일치하는 파일 이름, 줄 번호, 텍스트를 반환합니다.

보안

서버는 요청된 경로를 정의된 작업 공간 루트를 기준으로 확인하고 해당 디렉터리 밖으로의 경로 탐색을 방지합니다.

추가 안전 장치는 다음과 같습니다.

  • 제한된 작업 공간 접근

  • 입력 검증

  • 파일 크기 제한

  • UTF-8 처리

  • 경로 탐색 방지

  • 자동화된 보안 테스트

프로젝트 구조

mcp-workspace-server/
├── src/
│   └── mcp_workspace_server/
│       ├── __init__.py
│       └── server.py
├── tests/
│   └── test_paths.py
├── workspace/
│   └── example.txt
├── pyproject.toml
└── README.md
A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables Large Language Models to safely browse and interact with local file systems through secure directory listing, file reading, and content search capabilities. Built with comprehensive security controls and high-performance handling of large directories and files.
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI agents to safely explore directories, read files, search content by pattern or filename, and edit files with checksum verification and dry-run preview within sandboxed filesystem access.
    13
    75
    ISC
  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides secure filesystem access for AI assistants with optimizations like file reading limits and depth-limited traversal to improve token efficiency. It enables AI models to read, write, and search files within explicitly allowed directories while automatically skipping large system folders.
    3
  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides a secure, constrained filesystem workspace for LLM agents to manage files, notes, and code artifacts via stdio or remote HTTP. It features granular access controls, including extension whitelisting, storage quotas, and immutable paths for safe automated file operations.
    BSD 3-Clause

View all related MCP servers

Related MCP Connectors

  • Securely search and manage workspace context files for AI agents and teams.

  • Persistent docs and memory for AI agents — read, write, organize & search a shared workspace.

  • File uploads for AI agents. Upload, list, and manage files. No signup required.

View all MCP Connectors

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/sivanlm-commits/mcp-workspace-server'

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