sifs
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| agent_contextB | Return the versioned SIFS CLI/MCP contract for agents. |
| searchA | Search a codebase with a natural-language, code, or exact-symbol query. Use |
| find_relatedA | Find code chunks semantically similar to a known file and one-based line. Use this after |
| index_statusA | Inspect the active index for a local path or Git repository. Use this to discover the selected source, whether it is cached in memory, how many files and chunks are indexed, which languages are covered, and which tools are available before searching. |
| refresh_indexA | Rebuild the selected index and replace the in-memory MCP cache. Use after files change in a long-lived session. |
| clear_indexA | Remove the selected source from the in-memory MCP cache. The next search or status call rebuilds or reloads it. |
| list_filesC | List repository-relative file paths included in the selected index. |
| get_chunkA | Read the indexed chunk containing a repository-relative file path and one-based line. |
| profile_listB | List saved SIFS profiles. |
| profile_showB | Show one saved SIFS profile. |
| feedback_createC | Record local feedback about SIFS agent friction. |
| feedback_listC | List local SIFS feedback entries. |
| agent_printC | Render a SIFS agent skill, instruction snippet, or MCP guidance artifact without writing files. |
| agent_doctorB | Inspect SIFS agent artifact readiness. This is read-only and reports unknown for current-session visibility when it cannot be proven. |
| init_agentB | Create the SIFS Claude agent file in the shared workspace. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| SIFS server context | Default source, ref, cache keys, and available tools. |
| SIFS agent context | Versioned CLI and MCP contract for agents. |
| SIFS profiles | Saved source and search profiles. |
| SIFS feedback | Local feedback entries recorded by agents. |
| SIFS index status | Stats for the default source, when one is configured. |
| SIFS indexed files | Indexed file paths for the default source, when one is configured. |
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/tristanmanchester/sifs'
If you have feedback or need assistance with the MCP directory API, please join our Discord server