Back to Home
timescale icon

tiger-skills-mcp-server

Verified Safe

by timescale

Overview

An MCP server designed to provide structured knowledge and procedures (skills) to LLM agents, loading them from local files or GitHub repositories for enhanced capabilities.

Installation

Run Command
node dist/index.js http

Environment Variables

  • GITHUB_TOKEN
  • MAX_SECONDARY_RETRY_TIMEOUT_IN_SECONDS
  • GITHUB_REQUEST_RETRIES
  • SKILLS_FILE

Security Notes

The server uses environment variables for sensitive data like `GITHUB_TOKEN`, which is a good practice. It implements GitHub API throttling and retries. Skill names from YAML configuration are normalized to prevent invalid characters, mitigating potential path traversal or command injection if skill names were used in direct shell commands. The server's core function is to read and serve content (Markdown, directory listings) from configured local or GitHub sources. While skills can contain `scripts`, the server itself does not execute these; it exposes them for an external MCP-compatible agent to potentially use. The primary security considerations for deployment are the permissions granted to the `GITHUB_TOKEN` (should be read-only for skill repositories) and ensuring that the `skills.yaml` configuration points only to trusted skill sources, as an agent consuming skills from untrusted sources could be instructed to execute malicious scripts.

Similar Servers

Stats

Interest Score30
Security Score8
Cost ClassMedium
Avg Tokens2500
Stars1
Forks0
Last Update2025-12-10

Tags

MCPLLM SkillsAgent ToolingKnowledge ManagementGitHub IntegrationTypeScriptAnthropic Skills Spec