Skip to main content
Glama
adithya-1010010

COS-MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tasks
{
  "list": {},
  "cancel": {},
  "requests": {
    "tools": {
      "call": {}
    }
  }
}
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "subscribe": true,
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
build_ownership_graphA

Build a complete ownership sub-graph for a given employee. Traverses all relationships to surface projects owned or contributed to, systems where they are sole or primary owner, documents and processes they run, people who depend on them, customers they manage, and architectural decisions they made. Use this to visualize an employee's full organizational footprint and identify knowledge concentration risks.

find_domain_expertsA

Search through employee skills, system ownership, and project involvement to find domain experts. Scores and ranks employees by relevance to a given domain (e.g. "payments", "kubernetes", "react"). Use this when you need to identify who to consult for a specific technical or business domain.

identify_hidden_dependenciesA

Identify non-obvious responsibilities and hidden dependencies for an employee. Uncovers recurring meetings they likely run, approval chains they are part of, cross-team coordination duties, and implicit knowledge that would be lost if they departed. Use this during continuity planning or before role transitions.

query_organizational_knowledgeA

Search the organizational knowledge base for decisions, documentation, meeting outcomes, or technical rationale. Understands natural language questions about why certain technologies were chosen, how systems are designed, what was decided in meetings, and where documentation lives. Use this as the primary tool for answering "why" and "how" questions about the organization's technical history.

analyze_knowledge_riskA

Analyze organizational knowledge risk by calculating bus factor per team. Identifies sole owners of critical systems, undocumented services, and single points of failure. Use this when you need to assess continuity risk, identify knowledge silos, or determine which teams are most vulnerable to employee departure.

calculate_bus_factorA

Calculate the bus factor for a specific team. The bus factor is the minimum number of team members whose simultaneous departure would halt critical systems. Use this when evaluating team resilience, planning for personnel changes, or preparing for knowledge transfer.

generate_transition_planA

Generate a comprehensive transition plan for a departing employee. Analyzes the employee's full ownership graph (systems, projects, processes, decisions, dependents), prioritizes handovers by criticality, and produces a phased timeline with task assignments. Use this when an employee is leaving or changing roles to ensure continuity.

recommend_successorA

Score and rank potential successors for a departing employee based on skill overlap, team proximity, existing system knowledge, and current capacity. Use this when you need to identify the best person to backfill or absorb responsibilities from a leaving team member.

create_onboarding_pathA

Generate a structured learning path for a new employee based on organizational knowledge. Maps out what systems to learn first (in dependency order), who to meet, what documentation to read, and milestones to achieve each week. Use this to accelerate new hire ramp-up using the organization's knowledge graph.

sync_github_repositoryA

Fetch and sync a GitHub repository's data including metadata, contributors, commits, pull requests, and languages. Stores the data in the knowledge graph for further analysis.

analyze_repository_ownershipA

Analyze a GitHub repository's contributor data to calculate bus factor, knowledge concentration, contribution percentages, and ownership risk. Provides recommendations for reducing single-contributor risk.

enrich_employee_profileA

Enrich an existing employee profile with GitHub activity data. Merges commits, pull requests, last activity, and repository ownership into the employee's organizational profile.

Prompts

Interactive templates invoked by user choice

NameDescription
knowledge_transfer_summaryGenerate a structured knowledge transfer (KT) summary for a departing or transitioning employee. The AI will pull the employee's ownership graph, identify critical knowledge areas, and produce a formatted report covering systems, relationships, undocumented knowledge, and recommended actions.
role_transition_reportGenerate a complete role transition report for an employee departure or role change. Covers scope of role, risk assessment, successor readiness, timeline, and stakeholder communication plan. Use this when planning a transition to ensure nothing is missed.
organizational_health_checkGenerate an organizational health assessment focused on continuity risk. Analyzes bus factors across teams, identifies knowledge concentration risks, flags undocumented critical systems, and produces an executive summary with RAG (Red/Amber/Green) status indicators. Use this for regular continuity audits.
customer_handover_summaryGenerate a customer relationship handover summary for an employee who manages customer accounts. Covers key accounts, relationship history, pending issues, communication preferences, and churn risk. Use this when a relationship owner is leaving or transitioning accounts.

Resources

Contextual data attached and managed by the client

NameDescription
All EmployeesReturns all employees with their roles, teams, and skills
Employee DetailsReturns individual employee details including their projects, systems owned, and relationships
All TeamsReturns all teams with member counts and health metrics
Team DetailsReturns team details including bus factor and member breakdown
All SystemsReturns all systems with ownership and documentation status
All Active ProjectsReturns all active projects with ownership mapping
Full Knowledge GraphReturns the full knowledge graph (nodes + edges) as JSON
GitHub Repository DetailsReturns repository metadata, stars, forks, default branch, primary language, contributors, and latest commits
GitHub Repository ContributorsReturns username, avatar, profile URL, and total commits for each contributor
GitHub Repository CommitsReturns SHA, author, commit message, and commit date for recent commits
Health ChecksCurrent health status of all registered health checks
Ownership GraphUI component for Ownership Graph
Health DashboardUI component for Health Dashboard
Github RepositoriesUI component for Github Repositories
Repository Bus FactorUI component for Repository Bus Factor
Widget ExamplesProvides metadata and examples for all registered UI widgets

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/adithya-1010010/COS-MCP'

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