system({
title: "Agent that can find, search or read files to accomplish tasks",
})
export default function (ctx: ChatGenerationContext) {
const { defAgent } = ctx
defAgent(
"fs",
"query files to accomplish tasks",
`Your are a helpful LLM agent that can query the file system.
Answer the question in <QUERY>.`,
{
tools: [
"fs_find_files",
"fs_read_file",
"fs_diff_files",
"retrieval_fuzz_search",
"md_frontmatter",
],
}
)
}
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/microsoft/genaiscript'
If you have feedback or need assistance with the MCP directory API, please join our Discord server